Intent_Message_Message enum

Inheritance

Constructors

Intent_Message_Message()
const

Values

text → const Intent_Message_Message
image → const Intent_Message_Message
quickReplies → const Intent_Message_Message
card → const Intent_Message_Message
payload → const Intent_Message_Message
simpleResponses → const Intent_Message_Message
basicCard → const Intent_Message_Message
suggestions → const Intent_Message_Message
linkOutSuggestion → const Intent_Message_Message
listSelect → const Intent_Message_Message
carouselSelect → const Intent_Message_Message
browseCarouselCard → const Intent_Message_Message
tableCard → const Intent_Message_Message
mediaContent → const Intent_Message_Message
notSet → const Intent_Message_Message

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Intent_Message_Message>
A constant List of the values in this enum, in order of their declaration.