Retrieve a message
Retrieves the message with the given ID.
Path Parameters
The unique identifier of the message
Response
The unique identifier of the message
The type of the Message
object
message
The content of the message
The time at which the object was created, measured in milliseconds since the Unix epoch
The depth of the message node in the interaction tree. This will be 0 for all root-level messages that mark the beginning of the interaction and increase as the conversation grows longer.
The unique identifier of the interaction
Represents the type of the participant in a given interaction. As an example, message are created by interaction participants so the sent_by
property of a Message
object must be an InteractionParticipant
.
user
, agent
The ID of the message that directly precedes a given message within a particular conversation.