<throw>
<throw>
Attributes
Name
Data type
Description
String
String
String
String
Notes
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<throw event="myevent" message="hello, world!"/>
</block>
<catch event="myevent">
<prompt>
Caught my event with the following message:
<break time="1s"/>
<value expr="_message"/>
</prompt>
</catch>
</form>
</vxml>Child Tags
Parent Tags
Last updated