Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DisconnectState Enumeration
Represents the possible states of a VoiceXML disconnect request during an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Enumeration DisconnectState
'Usage
Dim instance As DisconnectState
public enum DisconnectState
Members
| Member name | Description | |
|---|---|---|
| None | There was no reason for the disconnection. | |
| UserDisconnected | The caller discontinued the call, for example by hanging up. | |
| HostDisconnected | The application disconnected from the VoiceXML session. | |
| PageDisconnected | The Browser is no longer connected to the VoiceXML page. | |
| ConnectionError | There was an error in the connection to a call or an audio input that caused the Browser session to end. | |
| UnknownError | There was a disconnect error but its cause could not be determined. |