Cisco Cisco Customer Voice Portal 8.0(1)

Page of 573
If the digit is not valid, Unified CVP considers it an invalid entry and does the following:
If the Number of Invalid Entry Tries value has not been reached, Unified CVP plays the
"invalid message" file and re-plays the menu prompt.
If the Number of Invalid Entry Tries value has been reached, Unified CVP stores the
last-entered invalid digit in the user.microapp.caller_input variable, exits the node
through the X (failure) branch, sets the user.microapp.error_code ECC variable to 16
(Reached Maximum Invalid Tries), and returns control to Unified ICME.
If No Entry Timeout Occurs
If the caller does not enter a digit within the No Entry Timeout period:
If the Number of No Entry Tries value has not been reached, Unified CVP plays the "no
entry" error message and re-plays the menu prompt
If the Number of No Entry Tries value has been reached, Unified CVP exits the node through
the X (failure) branch, sets the Call.CallerEnteredDigits variable to NULL, the
user.microapp.error_code ECC variable to 17 (Reached Maximum No Entry Tries), and
returns control to Unified ICME.
Get Speech (GS) Micro-Application
The Get Speech (GS) micro-application collects input that can be DTMF-only, Speech, or both
input modes, after prompting a caller. The prompt can be generated by a media file or a TTS
source.
Note: The Get Speech (GS) micro-application collects voice and DTMF input from the caller.
Get Speech supports SRGS and built-in grammars with the exception of the "Digit" grammar
which is handled by GetDigit. Use the ICM Configuration Manager’s Network VRU Script List
tool’s Attribute tab to specify parameters. The prompt can be generated by a media file or a
TTS source.
Unified CVP passes the input back to Unified ICME for further processing using the
user.microapp.caller_input ECC variable.
Get Speech and Grammar Specification
There are three ways to specify a grammar in the Get Speech micro-application:
Include a Type of Data to Collect setting in the Get Speech Configuration Param field for
built-in grammars such as dates and numbers. If the "Type of Data to Collect" setting is
specified, the other grammar options will not be used by the IVR Service. Conversely, if you
do not specify a "Type of Data to Collect" setting, then you must include either an inline or
external grammar.
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 8.0(1)
185
Chapter 3: Writing Scripts for Unified CVP
Using Unified CVP Micro-Applications