Share via


VoiceLiveModelFactory.SessionUpdateSessionUpdated Method

Definition

Returned when a session is updated with a session.update event, unless there is an error.

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

Parameters

eventId
String

Returns

A new SessionUpdateSessionUpdated instance for mocking.

Applies to