次の方法で共有


ChatMessageRequest Class

Definition

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

public class ChatMessageRequest
type ChatMessageRequest = class
Public Class ChatMessageRequest
Inheritance
ChatMessageRequest

Constructors

Name Description
ChatMessageRequest(String, String, String, ChatHistoryMessage[])

Initializes a new instance of the ChatMessageRequest class.

Properties

Name Description
ChatHistory

Gets or sets the chat history messages.

ConversationId

Gets or sets the unique identifier for the conversation.

MessageId

Gets or sets the unique identifier for the message within the conversation.

UserMessage

Gets or sets the content of the user's message.

Applies to