Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
VoiceXmlResult.UnhandledThrowElement Property
Gets a PageEvent object for a VoiceXML page event that was not handled in the page.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property UnhandledThrowElement As PageEvent
Get
'Usage
Dim instance As VoiceXmlResult
Dim value As PageEvent
value = instance.UnhandledThrowElement
public PageEvent UnhandledThrowElement { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.PageEvent