Settings
Name (Label) |
Type |
Req'd |
Single Setting Value |
Substitution Allowed |
Default |
Notes |
inputmode (Input Mode) |
string enum |
Yes |
|
|
|
The type of
entry allowed for input (during digits capture and confirmation). Possible
values are:
|
noinput_timeout (Noinput Timeout) |
string |
Yes |
|
|
5s |
The maximum time length allowed for silence or no keypress before a noinput event is thrown. Possible values are standard time designations including both a non-negative number and a time unit, for example, 3s (for seconds) or 300ms (for milliseconds). Default = 5s. |
digits_max_noinput_count (Digits Max NoInput Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of noinput events allowed during digits input capture. 0 = infinite noinputs allowed. |
digits_max_nomatch_count (Digits Max NoMatch Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of nomatch events allowed during digits input capture. 0 = infinite nomatches allowed. |
confirm_max_noinput_count (Confirm Max NoIput Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of noinput events allowed during digits input confirmation. 0 = infinite noinputs allowed. |
confirm_max_nomatch_count (Confirm Max NoMatch Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of nomatch events allowed during digits input confirmation. 0 = infinite nomatches allowed. |
max_disconfirmed_count (Max Disconfirmed Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of times a caller is allowed to disconfirm a captured digits input. 0 = infinite disconfirmations allowed. |
digits_confidence_level (Digits Confidence Level) |
decimal (0.0 to 1.0) |
Yes |
|
|
0.40 |
The confidence level threshold to use during digits capture. |
confirm_confidence_level (Confirm Confidence Level) |
decimal (0.0 to 1.0) |
Yes |
|
|
0.50 |
The confidence level threshold to use during confirmation. |
min_digit (Min Digits) |
int > 0 |
Yes |
|
|
None |
Minimum number of digits allowed. |
max_digit (Max Digits) |
int > 0 |
Yes |
|
|
None |
Maximum number of digits allowed. |
modal (Disable Hotlinks) |
boolean |
Yes |
|
|
|
If set to true, only the grammars of the current Digits_With_Confirm element (the builtin digits and boolean grammars) will be enabled for the duration of the element. Otherwise all active grammars will be enabled. |
secure_logging (Secure Logging) |
boolean |
Yes |
|
|
|
If set to true, user DTMF input for the element is considered
secure and the attributes utterance, interpretation, value, nbestUtteranceX and
nbestInterpretationX are masked in VXML server logs. The format used to render
secure element attributes is to add a
_secureLogging
suffix. For example
|
maxnbest (Maxnbest) |
int ≥ 1 |
Yes |
|
|
1 |
The maximum number of speech recognition results that can be generated per voice input. |
Refer to the following Element Data table for information about nbestUtteranceX and nbestInterpretationX |