VoiceLiveModelFactory.SessionUpdateResponseCreated Method

Definition

Returned when a new Response is created. The first event of response creation, where the response is in an initial state of in_progress.

public static Azure.AI.VoiceLive.SessionUpdateResponseCreated SessionUpdateResponseCreated(string eventId = default, Azure.AI.VoiceLive.SessionResponse response = default);
static member SessionUpdateResponseCreated : string * Azure.AI.VoiceLive.SessionResponse -> Azure.AI.VoiceLive.SessionUpdateResponseCreated
Public Shared Function SessionUpdateResponseCreated (Optional eventId As String = Nothing, Optional response As SessionResponse = Nothing) As SessionUpdateResponseCreated

Parameters

eventId
String
response
SessionResponse

Returns

A new SessionUpdateResponseCreated instance for mocking.

Applies to