Entity Description
A representation of an AIChatMessage entity containing unique identifiers, message content, author role, and timestamps for creation and last update. This is always a part of the AIChat Entity
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | The unique identifier (UID) of the message | string | d290f1ee-6c54-4b01-90e6-d701748f0851 |
content | The content of the message | string | Hello, how can I help you? |
author_role | The role of the author of the message. Possible values include human, system, assistant | string | human |
created_at | The date the message was created | string | 2021-07-20T14:00:00.000Z |
updated_at | The date the message was last updated | string | 2021-07-20T14:00:00.000Z |