GoogleCloudDialogflowV2Message class
Represents a message posted into a conversation.
Constructors
Properties
- content ↔ String
-
Required. The message content.
read / write
- createTime ↔ String
-
Output only. The time when the message was created.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- languageCode ↔ String
-
Optional. The message language. This should be a
BCP-47 language tag.
Example: "en-US".
read / write
- messageAnnotation ↔ GoogleCloudDialogflowV2MessageAnnotation
-
Output only. The annotation for the message.
read / write
- name ↔ String
-
The unique identifier of the message. Format:
projects//conversations//messages/
.read / write - participant ↔ String
-
Output only. The participant that sends this message.
read / write
- participantRole ↔ String
-
Output only. The role of the participant.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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