<field>
<field>
Attributes
Name
Data type
Description
String
String
String
String
String
Boolean
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<!-- See section 2.3 for the list of available built-in grammars. -->
<field name="myfield" type="digits?length=7">
<prompt>
Say or enter seven digits.
</prompt>
<filled>
You entered <value expr="myfield"/>.
</filled>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated