<property>
<property>
Attributes
Name
Data type
Description
String
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<!-- Setting the "inputmodes" property to "dtmf" will instruct the -->
<!-- interpreter to ignore all speech input. -->
<property name="inputmodes" value="dtmf"/>
<form>
<field name="myfield" type="digits">
<prompt>
You will not be able to say digits, but you will be
able to enter them using your telephone keypad.
</prompt>
<filled>
You entered <value expr="myfield"/>
</filled>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated