timeout
timeout
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<property name="timeout" value="7s"/>
<field name="myfield">
<grammar type="application/x-jsgf" mode="voice">
( one | two )+
</grammar>
<prompt>
Say any number of the digits one or two.
</prompt>
<filled>
You said <value expr="myfield"/>.
</filled>
<nomatch>
You did not say any ones or twos.
<reprompt/>
</nomatch>
<noinput>
You did not say anything.
<reprompt/>
</noinput>
</field>
</form>
</vxml>Explanation
Notes
Last updated