Share via


VoiceLiveModelFactory.SessionUpdateResponseFunctionCallArgumentsDelta Method

Definition

Returned when the model-generated function call arguments are updated.

public static Azure.AI.VoiceLive.SessionUpdateResponseFunctionCallArgumentsDelta SessionUpdateResponseFunctionCallArgumentsDelta(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0, string callId = default, string delta = default);
static member SessionUpdateResponseFunctionCallArgumentsDelta : string * string * string * int * string * string -> Azure.AI.VoiceLive.SessionUpdateResponseFunctionCallArgumentsDelta
Public Shared Function SessionUpdateResponseFunctionCallArgumentsDelta (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 delta As String = Nothing) As SessionUpdateResponseFunctionCallArgumentsDelta

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.

delta
String

The arguments delta as a JSON string.

Returns

A new SessionUpdateResponseFunctionCallArgumentsDelta instance for mocking.

Applies to