RealtimeServerMessage Class

Definition

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.

Applies to