Catches a help event thrown by the VoiceXML application or the VoiceGenie platform. The <help> element associates a help handler with a document, dialog (i.e form or menu), or form item. It contains executable content. It is a shorthand notation for <catch event="help">.
|
|
Attribute |
Description |
|
count |
The count attribute allows you to handle different occurrences of the help event differently. Each form, menu, and form item maintains a counter for the help event while it is being visited; these counters are reset each time the menu or form item's form is re-entered. When there are more than one |
|
cond |
An ECMAScript expression to be evaluated and used as a boolean condition. This |
Two anonymous variables are available within the scope of the <help> element:
<throw>, <choice>, <link>, or <return> element, or a platform defined value (i.e. "HELP") for help events thrown by the platform. If no message is specified, the value of this variable is ECMAScript undefined.Field Form Initial Menu Object Record Subdialog Transfer Vxml
Assign Audio Clear Data Disconnect Enumerate Exit ForEach Goto If Log Prompt Reprompt Return Script Submit Throw Value Var #PCDATA
None
None
|