<help>
<help>
Attributes
Name
Data type
Description
Integer
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<throw event="help" message="help help help."/>
</block>
<!-- The "help" tag is shorthand for a "catch" tag that catches an -->
<!-- event named "help". -->
<help>
<prompt>
Caught my help event with the following message:
<break time="1s"/>
<value expr="_message"/>
</prompt>
</help>
</form>
</vxml>Child Tags
Parent Tags
Last updated