Interface Intent.Message.RbmSuggestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.RbmSuggestion,Intent.Message.RbmSuggestion.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.RbmSuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent.Message.RbmSuggestedActiongetAction()Predefined client side actions that user can chooseIntent.Message.RbmSuggestedActionOrBuildergetActionOrBuilder()Predefined client side actions that user can chooseIntent.Message.RbmSuggestedReplygetReply()Predefined replies for user to select instead of typingIntent.Message.RbmSuggestedReplyOrBuildergetReplyOrBuilder()Predefined replies for user to select instead of typingIntent.Message.RbmSuggestion.SuggestionCasegetSuggestionCase()booleanhasAction()Predefined client side actions that user can choosebooleanhasReply()Predefined replies for user to select instead of typing-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReply
boolean hasReply()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;- Returns:
- Whether the reply field is set.
-
getReply
Intent.Message.RbmSuggestedReply getReply()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;- Returns:
- The reply.
-
getReplyOrBuilder
Intent.Message.RbmSuggestedReplyOrBuilder getReplyOrBuilder()
Predefined replies for user to select instead of typing
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
-
hasAction
boolean hasAction()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;- Returns:
- Whether the action field is set.
-
getAction
Intent.Message.RbmSuggestedAction getAction()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;- Returns:
- The action.
-
getActionOrBuilder
Intent.Message.RbmSuggestedActionOrBuilder getActionOrBuilder()
Predefined client side actions that user can choose
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
-
getSuggestionCase
Intent.Message.RbmSuggestion.SuggestionCase getSuggestionCase()
-
-