GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem class
An item in the carousel.
Constructors
Properties
- description ↔ String
-
Optional. The body text of the card.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- image ↔ GoogleCloudDialogflowV2beta1IntentMessageImage
-
Optional. The image to display.
read / write
- info ↔ GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo
-
Required. Additional info about the option item.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title ↔ String
-
Required. Title of the carousel item.
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