<nomatch>
<nomatch>
Attributes
Name
Data type
Description
Integer
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<field name="user_id" type="digits?length=5">
<prompt>
Please enter your user identification number.
</prompt>
<filled>
<prompt>
You entered <value expr="user_id"/>. Goodbye.
</prompt>
<exit/>
</filled>
<nomatch count="1,2">
<prompt>
Your input was not valid. Your customer identification number should be the five digit number you received in your sign up email.
</prompt>
<reprompt/>
</nomatch>
<nomatch count="3">
<prompt>
It appears you are having difficulty with your customer identification number. Please try your call again later. Goodbye.
</prompt>
<exit/>
</nomatch>
</field>
</form>
</vxml>Child Tags
Parent Tags
Last updated