Uses of Interface
com.google.cloud.dialogflow.v2.Intent.Message.SuggestionOrBuilder
-
Packages that use Intent.Message.SuggestionOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Intent.Message.SuggestionOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement Intent.Message.SuggestionOrBuilder Modifier and Type Class Description static class
Intent.Message.Suggestion
The suggestion chip message that the user can tap to quickly post a reply to the conversation.static class
Intent.Message.Suggestion.Builder
The suggestion chip message that the user can tap to quickly post a reply to the conversation.Methods in com.google.cloud.dialogflow.v2 that return Intent.Message.SuggestionOrBuilder Modifier and Type Method Description Intent.Message.SuggestionOrBuilder
Intent.Message.Suggestions.Builder. getSuggestionsOrBuilder(int index)
Required.Intent.Message.SuggestionOrBuilder
Intent.Message.Suggestions. getSuggestionsOrBuilder(int index)
Required.Intent.Message.SuggestionOrBuilder
Intent.Message.SuggestionsOrBuilder. getSuggestionsOrBuilder(int index)
Required.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Intent.Message.SuggestionOrBuilder Modifier and Type Method Description List<? extends Intent.Message.SuggestionOrBuilder>
Intent.Message.Suggestions.Builder. getSuggestionsOrBuilderList()
Required.List<? extends Intent.Message.SuggestionOrBuilder>
Intent.Message.Suggestions. getSuggestionsOrBuilderList()
Required.List<? extends Intent.Message.SuggestionOrBuilder>
Intent.Message.SuggestionsOrBuilder. getSuggestionsOrBuilderList()
Required.
-