View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction (google_api_dialogflow v0.88.3)
Rich Business Messaging (RBM) suggested client-side action that the user can choose from the card.
Attributes
-
dial
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.t
, default:nil
) - Suggested client side action: Dial a phone number -
openUrl
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.t
, default:nil
) - Suggested client side action: Open a URI on device -
postbackData
(type:String.t
, default:nil
) - 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. -
shareLocation
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.t
, default:nil
) - Suggested client side action: Share user location -
text
(type:String.t
, default:nil
) - Text to display alongside the action.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction{ dial: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.t() | nil, openUrl: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.t() | nil, postbackData: String.t() | nil, shareLocation: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.t() | nil, text: String.t() | nil }