Del via


RealtimeClientMessage.RawRepresentation Property

Definition

Gets or sets the raw representation of the message. This can be used to send the raw data to the model.

public:
 property System::Object ^ RawRepresentation { System::Object ^ get(); void set(System::Object ^ value); };
public object? RawRepresentation { get; set; }
member this.RawRepresentation : obj with get, set
Public Property RawRepresentation As Object

Property Value

Remarks

The raw representation is typically used for custom or unsupported message types. For example, the model may accept a JSON serialized message.

Applies to