AiConversationMessage
object
An AI conversation message, which is a part of an AI conversation context.
Fields
id
ID!
non-null
The UUID of the message, prefixed by 'msg-'. Suffixed with the both the region the message came from, and the organization the mesage belongs to. Separated by a colon delimiter. Example: msg-b8a1f3ee-04b4-4fc9-9f68-3d4ac1bc6aa3:EU_WEST_1:8cfcec4f-2259-4110-9c78-4e048b6a5db5
messageParts
[AiConversationPart]!
non-null
Message parts, this is where the actual content of the message is stored.
createdAt
DateTime!
non-null
Timestamp of when the message was created, in UTC. Format: yyyy-MM-dd'T'HH:mm:ssZ.
role
AiConversationMessageRoles!
non-null
Role of the message sender in the conversation.