Share via


ChatResponseUpdate.ResponseId Property

Definition

Gets or sets the ID of the response of which this update is a part.

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

Property Value

Remarks

This value is used when ToChatResponseAsync(IAsyncEnumerable<ChatResponseUpdate>, CancellationToken) groups ChatResponseUpdate instances into ChatMessage instances. The value must be unique to each call to the underlying provider, and must be shared by all updates that are part of the same response.

Applies to