VoiceLiveModelFactory.SessionUpdateResponseMcpCallInProgress Method

Definition

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.

Applies to