VoiceLiveModelFactory.SessionUpdateSessionCreated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- session
- VoiceLiveSessionResponse
Returns
A new SessionUpdateSessionCreated instance for mocking.