ChatMessageRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |