RealtimeClientMessage 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 a real-time message the client sends to the model.
public ref class RealtimeClientMessage
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class RealtimeClientMessage
public class RealtimeClientMessage
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type RealtimeClientMessage = class
type RealtimeClientMessage = class
Public Class RealtimeClientMessage
- Inheritance
-
RealtimeClientMessage
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| RealtimeClientMessage() | |
Properties
| Name | Description |
|---|---|
| MessageId |
Gets or sets the optional message ID associated with the message. This can be used for tracking and correlation purposes. |
| RawRepresentation |
Gets or sets the raw representation of the message. This can be used to send the raw data to the model. |