Interface GeneratorSuggestionOrBuilder (4.66.0)

public interface GeneratorSuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFreeFormSuggestion()

public abstract FreeFormSuggestion getFreeFormSuggestion()

Optional. Free form suggestion.

.google.cloud.dialogflow.v2.FreeFormSuggestion free_form_suggestion = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FreeFormSuggestion

The freeFormSuggestion.

getFreeFormSuggestionOrBuilder()

public abstract FreeFormSuggestionOrBuilder getFreeFormSuggestionOrBuilder()

Optional. Free form suggestion.

.google.cloud.dialogflow.v2.FreeFormSuggestion free_form_suggestion = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FreeFormSuggestionOrBuilder

getSuggestionCase()

public abstract GeneratorSuggestion.SuggestionCase getSuggestionCase()
Returns
Type Description
GeneratorSuggestion.SuggestionCase

getSummarySuggestion()

public abstract SummarySuggestion getSummarySuggestion()

Optional. Suggested summary.

.google.cloud.dialogflow.v2.SummarySuggestion summary_suggestion = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SummarySuggestion

The summarySuggestion.

getSummarySuggestionOrBuilder()

public abstract SummarySuggestionOrBuilder getSummarySuggestionOrBuilder()

Optional. Suggested summary.

.google.cloud.dialogflow.v2.SummarySuggestion summary_suggestion = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SummarySuggestionOrBuilder

hasFreeFormSuggestion()

public abstract boolean hasFreeFormSuggestion()

Optional. Free form suggestion.

.google.cloud.dialogflow.v2.FreeFormSuggestion free_form_suggestion = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the freeFormSuggestion field is set.

hasSummarySuggestion()

public abstract boolean hasSummarySuggestion()

Optional. Suggested summary.

.google.cloud.dialogflow.v2.SummarySuggestion summary_suggestion = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the summarySuggestion field is set.