RealtimeConversationItem.RawRepresentation Property

Definition

Gets or sets the raw representation of the conversation item. This can be used to hold the original data structure received from or sent to the provider.

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

Applies to