public interface GeneratorSuggestionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |