Share via


VoiceLiveModelFactory.SessionUpdateResponseDone Method

Definition

Returned when a Response is done streaming. Always emitted, no matter the final state. The Response object included in the response.done event will include all output Items in the Response but will omit the raw audio data.

public static Azure.AI.VoiceLive.SessionUpdateResponseDone SessionUpdateResponseDone(string eventId = default, Azure.AI.VoiceLive.SessionResponse response = default);
static member SessionUpdateResponseDone : string * Azure.AI.VoiceLive.SessionResponse -> Azure.AI.VoiceLive.SessionUpdateResponseDone
Public Shared Function SessionUpdateResponseDone (Optional eventId As String = Nothing, Optional response As SessionResponse = Nothing) As SessionUpdateResponseDone

Parameters

eventId
String
response
SessionResponse

Returns

A new SessionUpdateResponseDone instance for mocking.

Applies to