Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PageEvent.Message Property
Gets a message that is associated with an event that was thrown from within the VoiceXML page.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
'Usage
Dim instance As PageEvent
Dim value As String
value = instance.Message
public string Message { get; }
Property Value
Type: System.String