GoogleCloudDialogflowV2beta1IntentMessageTableCard class
Table card for Actions on Google.
Constructors
Properties
-
Optional. List of buttons for the card.
read / write
-
columnProperties
↔ List<
GoogleCloudDialogflowV2beta1IntentMessageColumnProperties> -
Optional. Display properties for the columns in this table.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- image ↔ GoogleCloudDialogflowV2beta1IntentMessageImage
-
Optional. Image which should be displayed on the card.
read / write
-
rows
↔ List<
GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> -
Optional. Rows in this table of data.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- subtitle ↔ String
-
Optional. Subtitle to the title.
read / write
- title ↔ String
-
Required. 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