Settings
The Yes_No_Menu
voice element presents a yes/no menu. It can be configured to accept DTMF entry (1 for yes and 2 for no) or spoken input
(yes or no and other synonymous utterances, however this is dependent on the voice browser). There is an optional feature that allows
the word replay to be spoken (or DTMF button 3) that replays the initial_audio_group
. The voice element uses the browser specific VoiceXML builtin grammar for the boolean field type. A separate exit state exists
for the yes and no choices (there is no exit state for replay since running of dialog is still within the confines of the
voice element).
Name (Label) |
Type |
Req'd |
Single Setting Value |
Sub. Allowed |
Default |
Notes |
max_noinput_count (Max NoInput Count) |
int ≥ 0 |
Yes |
|
|
3 |
0 = infinite noinputs allowed. |
max_nomatch_count (Max NoMatch Count) |
int ≥ 0 |
Yes |
|
|
3 |
0 = infinite nomatches allowed. |
inputmode (Input Mode) |
string enum |
Yes |
|
|
|
The type of
entry allowed for input (using speech recognition, DTMF entry, or both).
Possible values are:
|
replay (Replay) |
boolean |
Yes |
|
|
|
|
noinput_timeout (Noinput Timeout) |
string |
Yes |
|
|
5s |
The maximum time 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 3000ms (for milliseconds). Default = 5s. |
confidence_level (Confidence Level) |
decimal (0.0 – 1.0) |
Yes |
|
|
0.50 |
The confidence level threshold to use. |
modal (Disable Hotlinks) |
boolean |
Yes |
|
|
|
Whether or not to temporarily disable all hotlink grammars (global or local) and universal grammars. If set to true, only the boolean builtin grammar will be enabled for the duration of the element. Otherwise all active grammars will be enabled. |