RbmSuggestedAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Rich Business Messaging (RBM) suggested client-side action that the user can choose from the card.
Attributes | |
---|---|
Name | Description |
text |
str
Text to display alongside the action. |
postback_data |
str
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. |
dial |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestedAction.RbmSuggestedActionDial
Suggested client side action: Dial a phone number |
open_url |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri
Suggested client side action: Open a URI on device |
share_location |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation
Suggested client side action: Share user location |
Classes
RbmSuggestedActionDial
RbmSuggestedActionDial(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Opens the user's default dialer app with the specified phone number but does not dial automatically.
RbmSuggestedActionOpenUri
RbmSuggestedActionOpenUri(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Opens the user's default web browser app to the specified uri If the user has an app installed that is registered as the default handler for the URL, then this app will be opened instead, and its icon will be used in the suggested action UI.
RbmSuggestedActionShareLocation
RbmSuggestedActionShareLocation(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Opens the device's location chooser so the user can pick a location to send back to the agent.