Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Browser.CallProxy.ProxyTransferType Enumeration

Indicates the type of transfer requested in the VoiceXML document.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Protected Enumeration ProxyTransferType
'Usage
Dim instance As Browser.CallProxy.ProxyTransferType
protected enum ProxyTransferType

Members

Member name Description
None No transfer type is given.
Bridge The application redirects the caller to the recipient and remains in the connection. Document interpretation suspends until the transferred call terminates.
Blind The application redirects the caller to the recipient without remaining in the connection, and does not monitor the outcome. The Browser exits the page.
Consultation The application redirects the caller to the recipient and monitors the progress of the transfer until the connection is established between caller and recipient. If the connection is established, the Browser disconnects from the session.

See Also

Reference

Microsoft.Speech.VoiceXml Namespace