interdigittimeout
interdigittimeout
Example
<?xml version="1.0"?>
<vxml version="2.0">
<property name="termmaxdigits" value="true"/>
<property name="interdigittimeout" value="3s"/>
<form>
<field name="myfield" type="digits?length=5">
<prompt>
Enter up to five ones or twos.
</prompt>
<filled>
<prompt bargein="false">
You entered <value expr="myfield"/>.
</prompt>
</filled>
<nomatch>
You did not enter enough ones or twos.
<reprompt/>
</nomatch>
<noinput>
You did not enter anything.
<reprompt/>
</noinput>
</field>
</form>
</vxml>Explanation
Notes
Last updated