VoiceLiveModelFactory.SessionUpdateResponseCreated 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 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.