<value>
<value>
Attributes
Name
Data type
Description
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<var name="test_var"/>
<block>
<assign name="test_var" expr="1234"/>
</block>
<block>
<prompt>
The test variable is set to <value expr="test_var"/>.
</prompt>
</block>
</form>
</vxml>Child Tags
Parent Tags
Last updated