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. 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. |
currency_max_noinput_count (Currency Max NoInput Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of noinput events allowed during currency input capture. 0 = infinite noinputs allowed. |
currency_max_nomatch_count (Currency Max NoMatch Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of nomatch events allowed during currency input capture. 0 = infinite nomatches allowed. |
confirm_max_noinput_count (Confirm Max NoInput Count) |
int ≥ 0 |
Yes |
|
|
3 |
The maximum number of noinput events allowed during currency 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 currency 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 input. 0 = infinite disconfirmations allowed. |
currency_confidence_level (Currency Confidence Level) |
decimal (0.0 to 1.0) |
Yes |
|
|
0.40 |
The confidence level threshold to use during currency capture. |
confirm_confidence_level (Confirm Confidence Level) |
Decimal (0.0 to 1.0) |
Yes |
|
|
0.50 |
The confidence level threshold to use during confirmation. |
modal (Disable Hotlinks) |
boolean |
Yes |
|
|
false |
If set to true, only the grammars of the current Currency_With_Confirm element (the currency 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 |
|
|
false |
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. |