Jaa


RealtimeClientMessage Class

Definition

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.

Applies to