VoiceLiveModelFactory.SessionUpdateSessionUpdated 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 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
- session
- VoiceLiveSessionResponse
Returns
A new SessionUpdateSessionUpdated instance for mocking.