<example>
<example>
Attributes
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<field name="animal">
<grammar type="application/srgs+xml" root="ROOT" mode="voice">
<rule id="ROOT">
<example> feed the dog </example>
<example> scratch the cat </example>
<one-of>
<item>Dog</item>
<item>Cat</item>
</one-of>
</rule>
</grammar>
<prompt>
Say either dog or cat.
</prompt>
<filled>
<prompt>
You said, <value expr="animal"/>.
</prompt>
<exit/>
</filled>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated