GoogleCloudDialogflowV2IntentMessage class
A rich response message.
Corresponds to the intent Response
field in the Dialogflow console. For
more information, see
Rich response messages.
Constructors
-
GoogleCloudDialogflowV2IntentMessage({GoogleCloudDialogflowV2IntentMessageBasicCard? basicCard, GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard? browseCarouselCard, GoogleCloudDialogflowV2IntentMessageCard? card, GoogleCloudDialogflowV2IntentMessageCarouselSelect? carouselSelect, GoogleCloudDialogflowV2IntentMessageImage? image, GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion? linkOutSuggestion, GoogleCloudDialogflowV2IntentMessageListSelect? listSelect, GoogleCloudDialogflowV2IntentMessageMediaContent? mediaContent, Map<
String, Object?> ? payload, String? platform, GoogleCloudDialogflowV2IntentMessageQuickReplies? quickReplies, GoogleCloudDialogflowV2IntentMessageSimpleResponses? simpleResponses, GoogleCloudDialogflowV2IntentMessageSuggestions? suggestions, GoogleCloudDialogflowV2IntentMessageTableCard? tableCard, GoogleCloudDialogflowV2IntentMessageText? text}) - GoogleCloudDialogflowV2IntentMessage.fromJson(Map json_)
Properties
- basicCard ↔ GoogleCloudDialogflowV2IntentMessageBasicCard?
-
The basic card response for Actions on Google.
getter/setter pair
- browseCarouselCard ↔ GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard?
-
Browse carousel card for Actions on Google.
getter/setter pair
- card ↔ GoogleCloudDialogflowV2IntentMessageCard?
-
The card response.
getter/setter pair
- carouselSelect ↔ GoogleCloudDialogflowV2IntentMessageCarouselSelect?
-
The carousel card response for Actions on Google.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ GoogleCloudDialogflowV2IntentMessageImage?
-
The image response.
getter/setter pair
- linkOutSuggestion ↔ GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion?
-
The link out suggestion chip for Actions on Google.
getter/setter pair
- listSelect ↔ GoogleCloudDialogflowV2IntentMessageListSelect?
-
The list card response for Actions on Google.
getter/setter pair
- mediaContent ↔ GoogleCloudDialogflowV2IntentMessageMediaContent?
-
The media content card for Actions on Google.
getter/setter pair
-
payload
↔ Map<
String, Object?> ? -
A custom platform-specific response.
getter/setter pair
- platform ↔ String?
-
The platform that this message is intended for.
getter/setter pair
- quickReplies ↔ GoogleCloudDialogflowV2IntentMessageQuickReplies?
-
The quick replies response.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- simpleResponses ↔ GoogleCloudDialogflowV2IntentMessageSimpleResponses?
-
The voice and text-only responses for Actions on Google.
getter/setter pair
- suggestions ↔ GoogleCloudDialogflowV2IntentMessageSuggestions?
-
The suggestion chips for Actions on Google.
getter/setter pair
- tableCard ↔ GoogleCloudDialogflowV2IntentMessageTableCard?
-
Table card for Actions on Google.
getter/setter pair
- text ↔ GoogleCloudDialogflowV2IntentMessageText?
-
The text response.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited