Class Message (2.15.0)

Message(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a message posted into a conversation.

Attributes

NameDescription
name str
Optional. The unique identifier of the message. Format: ``projects/
content str
Required. The message content.
language_code str
Optional. The message language. This should be a `BCP-47
participant str
Output only. The participant that sends this message.
participant_role google.cloud.dialogflow_v2.types.Participant.Role
Output only. The role of the participant.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the message was created in Contact Center AI.
send_time google.protobuf.timestamp_pb2.Timestamp
Optional. The time when the message was sent.
message_annotation google.cloud.dialogflow_v2.types.MessageAnnotation
Output only. The annotation for the message.
sentiment_analysis google.cloud.dialogflow_v2.types.SentimentAnalysisResult
Output only. The sentiment analysis result for the message.

Inheritance

builtins.object > proto.message.Message > Message