Menu

Menu

in

The <menu> construct in VoiceXML gives the programmer the ability to quickly build simple IVR dialogs that ask the caller to select from a list of choices.

In the VoiceXML scripting language, there are two ways to frame a dialog page: you can build a <form> block and explictly declare each and every dialog element, or you can build a <menu> block and allow the IVR system to build the dialog elements automatically. Thus, the trade-off is fairly clear: you either have lots of dialog control requiring lots of code, or you give up all of the flexibility provided by <form> constructs but simplify your coding.

Related links:

Related terms

for "Menu"

Search Glossary

Term of the Day

Mixed initiative forms are created when both the computer and the human can direct the flow of the phone call. To make a form mixed initiative, it must have one or more form-level grammars.
See also: Grammar