Share via


SessionResponse.ConversationId Property

Definition

Which conversation the response is added to, determined by the conversation field in the response.create event. If auto, the response will be added to the default conversation and the value of conversation_id will be an id like conv_1234. If none, the response will not be added to any conversation and the value of conversation_id will be null. If responses are being triggered by server VAD, the response will be added to the default conversation, thus the conversation_id will be an id like conv_1234.

public string ConversationId { get; }
member this.ConversationId : string
Public ReadOnly Property ConversationId As String

Property Value

Applies to