ChatOptions.ConversationId Property

Definition

Gets or sets an optional identifier used to associate a request with an existing conversation.

public:
 property System::String ^ ConversationId { System::String ^ get(); void set(System::String ^ value); };
public string? ConversationId { get; set; }
member this.ConversationId : string with get, set
Public Property ConversationId As String

Property Value

Applies to

See also