RealtimeClientMessage.RawRepresentation Property
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.
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.