EventArgs Classes (Microsoft.Speech)

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

The Microsoft.Speech.VoiceXml.Common namespace includes Event argument classes that carry information about events that are raised by an asynchronous Browser instance during a VoiceXML session. Event handlers use the information from events to inform the subscribing .NET application about a VoiceXML session.

DisconnectedEventArgs

The DisconnectedEventArgs class contains information that can be used when the Disconnected event is raised, which occurs when a call has been disconnected during an asynchronous Browser session.

For more information, see DisconnectedEventArgs.

DisconnectingEventArgs

The DisconnectingEventArgs class contains information that can be used when the Disconnecting event is raised, which occurs just before a call is disconnected during an asynchronous Browser session.

For more information, see DisconnectingEventArgs.

SessionCompletedEventArgs

The SessionCompletedEventArgs class contains information that can be used when the SessionCompleted event is raised, which occurs at the end of an asynchronous Browser session.

For more information, see SessionCompletedEventArgs.

TransferredEventArgs

The TransferredEventArgs class contains information that can be used when the Transferred event is raised, which occurs when the VoiceXML application has completed a phone call transfer to a different recipient during an asynchronous Browser session.

For more information, see TransferredEventArgs.

TransferringEventArgs

The TransferringEventArgs class contains information that can be used when the Transferring event is raised, which occurs when the VoiceXML Browser is about to process a <transfer> element during an asynchronous Browser session.

For more information, see TransferringEventArgs.