public static interface Intent.Message.RbmSuggestedActionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent.Message.RbmSuggestedAction.ActionCase |
getActionCase() |
Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial |
getDial()
Suggested client side action: Dial a phone number
|
Intent.Message.RbmSuggestedAction.RbmSuggestedActionDialOrBuilder |
getDialOrBuilder()
Suggested client side action: Dial a phone number
|
Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri |
getOpenUrl()
Suggested client side action: Open a URI on device
|
Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUriOrBuilder |
getOpenUrlOrBuilder()
Suggested client side action: Open a URI on device
|
String |
getPostbackData()
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested action.
|
ByteString |
getPostbackDataBytes()
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested action.
|
Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation |
getShareLocation()
Suggested client side action: Share user location
|
Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocationOrBuilder |
getShareLocationOrBuilder()
Suggested client side action: Share user location
|
String |
getText()
Text to display alongside the action.
|
ByteString |
getTextBytes()
Text to display alongside the action.
|
boolean |
hasDial()
Suggested client side action: Dial a phone number
|
boolean |
hasOpenUrl()
Suggested client side action: Open a URI on device
|
boolean |
hasShareLocation()
Suggested client side action: Share user location
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getText()
Text to display alongside the action.
string text = 1;
ByteString getTextBytes()
Text to display alongside the action.
string text = 1;
String getPostbackData()
Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
string postback_data = 2;
ByteString getPostbackDataBytes()
Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
string postback_data = 2;
boolean hasDial()
Suggested client side action: Dial a phone number
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial dial = 3;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial getDial()
Suggested client side action: Dial a phone number
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial dial = 3;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionDialOrBuilder getDialOrBuilder()
Suggested client side action: Dial a phone number
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial dial = 3;
boolean hasOpenUrl()
Suggested client side action: Open a URI on device
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri open_url = 4;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri getOpenUrl()
Suggested client side action: Open a URI on device
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri open_url = 4;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUriOrBuilder getOpenUrlOrBuilder()
Suggested client side action: Open a URI on device
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri open_url = 4;
boolean hasShareLocation()
Suggested client side action: Share user location
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation share_location = 5;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation getShareLocation()
Suggested client side action: Share user location
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation share_location = 5;
Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocationOrBuilder getShareLocationOrBuilder()
Suggested client side action: Share user location
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation share_location = 5;
Intent.Message.RbmSuggestedAction.ActionCase getActionCase()
Copyright © 2022 Google LLC. All rights reserved.