<reprompt>
<reprompt>
Attributes
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<field name="myfield">
<grammar type="application/x-jsgf" mode="dtmf">
( 1 | 2 )+
</grammar>
<grammar type="application/x-jsgf" mode="voice">
( one | two )+
</grammar>
<prompt>
Say or enter any number of the digits one or two.
</prompt>
<filled>
You entered <value expr="myfield"/>.
</filled>
<nomatch>
<prompt>
You did not say or enter any ones or twos.
</prompt>
<!-- You must include the "reprompt" tag if you want -->
<!-- the original prompt to be repeated. -->
<reprompt/>
</nomatch>
<noinput>
<prompt>
You did not enter anything.
</prompt>
<!-- You must include the "reprompt" tag if you want -->
<!-- the original prompt to be repeated. -->
<reprompt/>
</noinput>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated