VoiceLiveModelFactory.SessionUpdateResponseOutputItemDone 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 an Item is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.
public static Azure.AI.VoiceLive.SessionUpdateResponseOutputItemDone SessionUpdateResponseOutputItemDone(string eventId = default, string responseId = default, int outputIndex = 0, Azure.AI.VoiceLive.SessionResponseItem item = default);
static member SessionUpdateResponseOutputItemDone : string * string * int * Azure.AI.VoiceLive.SessionResponseItem -> Azure.AI.VoiceLive.SessionUpdateResponseOutputItemDone
Public Shared Function SessionUpdateResponseOutputItemDone (Optional eventId As String = Nothing, Optional responseId As String = Nothing, Optional outputIndex As Integer = 0, Optional item As SessionResponseItem = Nothing) As SessionUpdateResponseOutputItemDone
Parameters
- eventId
- String
- responseId
- String
The ID of the Response to which the item belongs.
- outputIndex
- Int32
The index of the output item in the Response.
- item
- SessionResponseItem
Returns
A new SessionUpdateResponseOutputItemDone instance for mocking.