Share via


Note

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

VoiceXmlResult.Reason Property

Gets the reason that the Browser exited a VoiceXML page.

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

Syntax

'Declaration
Public ReadOnly Property Reason As ExitReason
    Get
'Usage
Dim instance As VoiceXmlResult
Dim value As ExitReason

value = instance.Reason
public ExitReason Reason { get; }

Property Value

Type: Microsoft.Speech.VoiceXml.Common.ExitReason

See Also

Reference

VoiceXmlResult Class

VoiceXmlResult Members

Microsoft.Speech.VoiceXml.Common Namespace