public static interface Intent.Message.RbmSuggestionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent.Message.RbmSuggestedAction |
getAction()
Predefined client side actions that user can choose
|
Intent.Message.RbmSuggestedActionOrBuilder |
getActionOrBuilder()
Predefined client side actions that user can choose
|
Intent.Message.RbmSuggestedReply |
getReply()
Predefined replies for user to select instead of typing
|
Intent.Message.RbmSuggestedReplyOrBuilder |
getReplyOrBuilder()
Predefined replies for user to select instead of typing
|
Intent.Message.RbmSuggestion.SuggestionCase |
getSuggestionCase() |
boolean |
hasAction()
Predefined client side actions that user can choose
|
boolean |
hasReply()
Predefined replies for user to select instead of typing
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasReply()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
Intent.Message.RbmSuggestedReply getReply()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
Intent.Message.RbmSuggestedReplyOrBuilder getReplyOrBuilder()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
boolean hasAction()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
Intent.Message.RbmSuggestedAction getAction()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
Intent.Message.RbmSuggestedActionOrBuilder getActionOrBuilder()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
Intent.Message.RbmSuggestion.SuggestionCase getSuggestionCase()
Copyright © 2022 Google LLC. All rights reserved.