<token>
<token>
Attributes
Name
Data type
Description
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<field name="pet">
<grammar type="application/srgs+xml" root="ROOT" mode="voice">
<rule id="ROOT">
<token>nice</token>
<one-of>
<item>dog</item>
<item>cat</item>
</one-of>
</rule>
</grammar>
<prompt>
Say either dog or cat.
</prompt>
<filled>
You chose a <value expr="pet"/>.
</filled>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated