Share via


VoiceLiveModelFactory.SessionUpdateResponseFunctionCallArgumentsDone Method

Definition

Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

public static Azure.AI.VoiceLive.SessionUpdateResponseFunctionCallArgumentsDone SessionUpdateResponseFunctionCallArgumentsDone(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0, string callId = default, string arguments = default, string name = default);
static member SessionUpdateResponseFunctionCallArgumentsDone : string * string * string * int * string * string * string -> Azure.AI.VoiceLive.SessionUpdateResponseFunctionCallArgumentsDone
Public Shared Function SessionUpdateResponseFunctionCallArgumentsDone (Optional eventId As String = Nothing, Optional responseId As String = Nothing, Optional itemId As String = Nothing, Optional outputIndex As Integer = 0, Optional callId As String = Nothing, Optional arguments As String = Nothing, Optional name As String = Nothing) As SessionUpdateResponseFunctionCallArgumentsDone

Parameters

eventId
String
responseId
String

The ID of the response.

itemId
String

The ID of the function call item.

outputIndex
Int32

The index of the output item in the response.

callId
String

The ID of the function call.

arguments
String

The final arguments as a JSON string.

name
String

The name of the function call.

Returns

A new SessionUpdateResponseFunctionCallArgumentsDone instance for mocking.

Applies to