ChatMessageRequest interface

代表即時威脅防護檢查的請求有效載荷。

屬性

chatHistory

聊天紀錄訊息。

conversationId

對話的唯一識別碼。

messageId

對話中訊息的唯一識別碼。

userMessage

使用者訊息的內容。

屬性詳細資料

chatHistory

聊天紀錄訊息。

chatHistory: ChatHistoryMessage[]

屬性值

conversationId

對話的唯一識別碼。

conversationId: string

屬性值

string

messageId

對話中訊息的唯一識別碼。

messageId: string

屬性值

string

userMessage

使用者訊息的內容。

userMessage: string

屬性值

string