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