RealtimeServerMessage.RawRepresentation Property

Definition

Gets or sets the raw representation of the response. This can be used to hold the original data structure received from 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 server message.

Applies to