MessageType enum

The type of the message received

Inheritance

Constructors

MessageType()
const

Values

text → const MessageType

Text response.

image → const MessageType

Image response.

quickReply → const MessageType

Quick replies response.

card → const MessageType

Card response.

payload → const MessageType

A custom platform-specific response.

simpleResponse → const MessageType

Voice and text-only responses for Actions on Google.

basicCard → const MessageType

Basic card response for Actions on Google.

suggestion → const MessageType

Suggestion chips for Actions on Google.

linkOutSuggestion → const MessageType

Link out suggestion chip for Actions on Google.

listSelect → const MessageType

List card response for Actions on Google.

carouselSelect → const MessageType

Carousel card response for Actions on Google.

browseCarouselCard → const MessageType

Browse carousel card for Actions on Google.

tableCard → const MessageType

Table card for Actions on Google.

mediaContent → const MessageType

Media content card for Actions on Google.

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<MessageType>
A constant List of the values in this enum, in order of their declaration.