RbmSuggestedAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Rich Business Messaging (RBM) suggested client-side action that the user can choose from the card.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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 This field is a member of oneof _ action .
|
open_url |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestedAction.RbmSuggestedActionOpenUri
Suggested client side action: Open a URI on device This field is a member of oneof _ action .
|
share_location |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestedAction.RbmSuggestedActionShareLocation
Suggested client side action: Share user location This field is a member of oneof _ action .
|
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.