<value>

Description

Used to insert the value of an expression into a prompt.

Syntax


<value expr="ECMAScript_Expression"/>

Attributes

Attribute

Description

expr

The ECMAScript expression to be evaluated and inserted into the prompt. Required.

Parents

Audio Block Catch Choice Enumerate Error Field Filled ForEach Help If Initial Log Menu Noinput Nomatch Object Prompt Record Subdialog Transfer Speech Markup (SSML) Tags

Children

None

VoiceGenie Extensions

None

Limitations/Restrictions

None

Example


<?xml version="1.0"?> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"> <var name="var1" expr="'first'"/> <form> <block> The initial value is <value expr="var1"/>. </block> </form> </vxml>