VoiceLiveModelFactory.SessionUpdateResponseMcpCallInProgress 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.
Indicates the MCP call running.
public static Azure.AI.VoiceLive.SessionUpdateResponseMcpCallInProgress SessionUpdateResponseMcpCallInProgress(string eventId = default, string itemId = default, int outputIndex = 0);
static member SessionUpdateResponseMcpCallInProgress : string * string * int -> Azure.AI.VoiceLive.SessionUpdateResponseMcpCallInProgress
Public Shared Function SessionUpdateResponseMcpCallInProgress (Optional eventId As String = Nothing, Optional itemId As String = Nothing, Optional outputIndex As Integer = 0) As SessionUpdateResponseMcpCallInProgress
Parameters
- eventId
- String
- itemId
- String
The ID of the item associated with the event.
- outputIndex
- Int32
The index of the output associated with the event.
Returns
A new SessionUpdateResponseMcpCallInProgress instance for mocking.