Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
TransferState Enumeration
Represents the state of a VoiceXML phone call transfer request during an asynchronous session.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Enumeration TransferState
'Usage
Dim instance As TransferState
public enum TransferState
Members
Member name | Description | |
---|---|---|
None | The state for the transfer was not given. | |
Transferring | A call transfer is in progress. | |
Transferred | The call transfer to the recipient was successful. | |
Failed | The call transfer to the recipient was not successful, for example there was no answer or the line was busy. | |
UnknownError | There was an error during transfer, but its cause could not be determined. |
Remarks
When the Transferred event is raised, the State property on the TransferredEventArgs instance indicates the transfer state. When the Transferring event is raised, the State property on the TransferringEventArgs instance indicates the transfer state.