VoiceLiveModelFactory.SessionUpdateResponseOutputItemAdded 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 new Item is created during Response generation.
public static Azure.AI.VoiceLive.SessionUpdateResponseOutputItemAdded SessionUpdateResponseOutputItemAdded(string eventId = default, string responseId = default, int outputIndex = 0, Azure.AI.VoiceLive.SessionResponseItem item = default);
static member SessionUpdateResponseOutputItemAdded : string * string * int * Azure.AI.VoiceLive.SessionResponseItem -> Azure.AI.VoiceLive.SessionUpdateResponseOutputItemAdded
Public Shared Function SessionUpdateResponseOutputItemAdded (Optional eventId As String = Nothing, Optional responseId As String = Nothing, Optional outputIndex As Integer = 0, Optional item As SessionResponseItem = Nothing) As SessionUpdateResponseOutputItemAdded
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 SessionUpdateResponseOutputItemAdded instance for mocking.