Share via


VoiceLiveModelFactory.SessionUpdateSessionCreated Method

Definition

Returned when a Session is created. Emitted automatically when a new connection is established as the first server event. This event will contain the default Session configuration.

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

Parameters

eventId
String

Returns

A new SessionUpdateSessionCreated instance for mocking.

Applies to