Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PageEvent Class
Contains information about an event that was thrown from within a VoiceXML page.
Inheritance Hierarchy
System.Object
Microsoft.Speech.VoiceXml.Common.PageEvent
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Class PageEvent
'Usage
Dim instance As PageEvent
public class PageEvent
Remarks
If the session completes without errors, that is if the ExitReason value is HostExitRequested, ExitElementEncountered, or DialogEndEncountered, then the PageEvent will be null.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.