Interface GeneratorSuggestionOrBuilder (4.55.0)

public interface GeneratorSuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

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.