Share via


Note

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

VoiceXmlResult.Namelist Property

Gets a list of key/value pairs defined in the <exit> element of a VoiceXML document.

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

Syntax

'Declaration
Public ReadOnly Property Namelist As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As VoiceXmlResult
Dim value As Dictionary(Of String, Object)

value = instance.Namelist
public Dictionary<string, Object> Namelist { get; }

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>

See Also

Reference

VoiceXmlResult Class

VoiceXmlResult Members

Microsoft.Speech.VoiceXml.Common Namespace