Message Object


Properties
idstringformat GUID

Message ID.


conversationIdstringformat GUID

Conversation ID.


senderstring

Message sender type.


feedbackFeedback

Feedback attached to the message. Only relevant for messages sent by the AI assistant.


createdDatestringRead-onlyformat date-time

Date and time the message was created.


updatedDatestringRead-onlyformat date-time

Date and time the message was updated.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the message is updated. To prevent conflicting changes, the current revision must be passed when updating the message.

Ignored when creating a message.


bodyBody

Message body.


answerTostringformat GUID

ID of the message that this message is answering.


extendedFieldsExtendedFields

Extended fields.


tagsTags

Tags.

Did this help?