GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction class
Rich Business Messaging (RBM) suggested client-side action that the user can choose from the card.
Constructors
Properties
- dial ↔ GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial
-
Suggested client side action: Dial a phone number
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- openUrl ↔ GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri
-
Suggested client side action: Open a URI on device
read / write
- postbackData ↔ String
-
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.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
Suggested client side action: Share user location
read / write
- text ↔ String
-
Text to display alongside the action.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited