ChatMessageRequest interface
Represents the request payload for a real-time threat protection check on a chat message.
Properties
| chat |
The chat history messages. |
| conversation |
The unique identifier for the conversation. |
| message |
The unique identifier for the message within the conversation. |
| user |
The content of the user's message. |
Property Details
chatHistory
conversationId
The unique identifier for the conversation.
conversationId: string
Property Value
string
messageId
The unique identifier for the message within the conversation.
messageId: string
Property Value
string
userMessage
The content of the user's message.
userMessage: string
Property Value
string