ChatMessage

id
ID!
required
Unique identifier for the chat message.
body
Delta!
required
The content of the message. See Delta.
conversationId
String!
required
The unique identifier of the conversation this message belongs to.
domainId
String
The unique identifier of the domain associated with this message.
edited
Boolean!
required
Whether the message has been edited.
errorStrings
[String!]
Array of error messages if any errors occurred during message processing.
messageId
String
Optional message identifier for internal tracking.
sender
ChatMessageSender!
required
The sender of the message. See ChatMessageSender.
createdAt
DateTime!
required
The date and time when the message was created.
updatedAt
DateTime!
required
The date and time when the message was last updated.
dataRefreshedAt
DateTime
The date and time when the message data was last refreshed. Null if never refreshed.
userId
String
The unique identifier of the user who sent the message.
cancelledAt
DateTime
The date and time when message generation was cancelled. Null if not cancelled.

Additional Resources