VoiceLiveModelFactory.SessionUpdateResponseDone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.