GoogleCloudDialogflowV2IntentMessageCard class
The card response message.
Constructors
Properties
-
Optional. The collection of card buttons.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- imageUri ↔ String
-
Optional. The public URI to an image file for the card.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- subtitle ↔ String
-
Optional. The subtitle of the card.
read / write
- title ↔ String
-
Optional. The title of the card.
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