Class RbmSuggestedAction (0.8.0)

Rich Business Messaging (RBM) suggested client-side action that the user can choose from the card.

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.

Suggested client side action: Dial a phone number

Suggested client side action: Share user location

Classes

RbmSuggestedActionDial

Opens the user's default dialer app with the specified phone number but does not dial automatically (https://goo.gl/ergbB2).

RbmSuggestedActionOpenUri

Opens the user's default web browser app to the specified uri (https://goo.gl/6GLJD2). 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

Opens the device's location chooser so the user can pick a location to send back to the agent (https://goo.gl/GXotJW).