Class MessageEntry (2.32.0)

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

Represents a message entry of a conversation.

Attributes

Name Description
role google.cloud.dialogflow_v2.types.MessageEntry.Role
Optional. Participant role of the message.
text str
Optional. Transcript content of the message.
language_code str
Optional. The language of the text. See `Language Support
create_time google.protobuf.timestamp_pb2.Timestamp
Optional. Create time of the message entry.

Classes

Role

Role(value)

Enumeration of the roles a participant can play in a conversation.