|
HOME
OVERVIEW
IMPLEMENTATION
MIPL TAGS
ASK
ASKITEM
DATAIN
EXIT
FORM
GOTO
HIDDEN
INVALID
MENU
MENUEND
MIPL
NAME="label"
NOINTERRUPT
PREFER="mode"
RECORD
SELECT
SELECTION="char"
SUBMIT
TIMEOUT
VOICE
VOICERATE="rate"
comment
SCRIPT EXAMPLES
Example
Example-1
Example-2
SOURCE
Example
|
|
<MENU> </MENU>
Present a menu of options to a user (to obtain a location for the purposes of
transferring program flow control). Text specified within this tag (or voice) is
output (optionally), then selection(s) from any <SELECTION> tags, then from the
<MENUEND> tag (if specified).
PARAMETERS:
VOICE="URL
" Specify a voice file to be played in a voice
application. Optional
INTERRRUPT="Yes/No" Specify whether input interrupts the output of the
message. Defaults to "Yes". Optional
TRIES="number,URL
" Specify how many times a user may attempt to
enter valid information in the menu. If number is exceeded, program control is
transferred to specified URL. Optional
MAY CONTAIN TAGS:
<SELECTION>, <MENUEND>, <TIMEOUT>, <INVALID>, <VOICE>,
<NOINTERRUPT>
|