Share via


ChatMessageRequest interface

Represents the request payload for a real-time threat protection check on a chat message.

Properties

chatHistory

The chat history messages.

conversationId

The unique identifier for the conversation.

messageId

The unique identifier for the message within the conversation.

userMessage

The content of the user's message.

Property Details

chatHistory

The chat history messages.

chatHistory: ChatHistoryMessage[]

Property Value

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