GoogleCloudDialogflowV2Message class
Represents a message posted into a conversation.
Constructors
- GoogleCloudDialogflowV2Message({String? content, String? createTime, String? languageCode, GoogleCloudDialogflowV2MessageAnnotation? messageAnnotation, String? name, String? participant, String? participantRole, String? sendTime, GoogleCloudDialogflowV2SentimentAnalysisResult? sentimentAnalysis})
- GoogleCloudDialogflowV2Message.fromJson(Map json_)
Properties
- content ↔ String?
-
The message content.
getter/setter pair
- createTime ↔ String?
-
The time when the message was created in Contact Center AI.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The message language.
getter/setter pair
- messageAnnotation ↔ GoogleCloudDialogflowV2MessageAnnotation?
-
The annotation for the message.
getter/setter pair
- name ↔ String?
-
The unique identifier of the message.
getter/setter pair
- participant ↔ String?
-
The participant that sends this message.
getter/setter pair
- participantRole ↔ String?
-
The role of the participant.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendTime ↔ String?
-
The time when the message was sent.
getter/setter pair
- sentimentAnalysis ↔ GoogleCloudDialogflowV2SentimentAnalysisResult?
-
The sentiment analysis result for the message.
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