| <assign> |
Assign a variable a value | full support |
| <audio> |
Play an audio clip within a
prompt | started |
| <block> |
A container of (non-interactive)
executable code | started |
| <catch> |
Catch an event | full support |
| <choice> |
Define a menu item | started |
| <clear> |
Clear one or more form item
variables | full support |
| <data> |
Fetches arbitrary XML data from a document server | not implemented |
| <disconnect> |
Disconnect a session | not implemented |
| <else> |
Used in <if> elements | full support |
| <elseif> |
Used in <if> elements |
full support |
| <enumerate> |
Shorthand for enumerating the choices
in a menu | not implemented |
| <error> |
Catch an error event | full support |
| <exit> |
Exit a session | started |
| <field> |
Declares an input field in a
form | started |
| <filled> |
An action executed when fields are
filled | started |
| <foreach> |
Iterates through an ECMAScript array | not implemented |
| <form> |
A dialog for presenting information
and collecting data | started |
| <goto> |
Go to another dialog in the same or
different document | started |
| <grammar> |
Specify a speech recognition or DTMF
grammar | started |
| <help> |
Catch a help event | started |
| <if> |
Simple conditional logic | full support |
| <initial> |
Declares initial logic upon entry
into a (mixed initiative) form | started |
| <link> |
Specify a transition common to all
dialogs in the link's scope | not implemented |
| <log> |
Generate a debug message | full support |
| <mark> |
Declares a bookmark in a sequence of prompts. | started |
| <menu> |
A dialog for choosing amongst
alternative destinations | started |
| <meta> |
Define a metadata item as a
name/value pair | started |
| <metadata> |
Define metadata information using a
metadata schema | not implemented |
| <noinput> |
Catch a noinput event | started |
| <nomatch> |
Catch a nomatch event | started |
| <object> |
Interact with a custom extension | started |
| <option> |
Specify an option in a
<field> | not implemented |
| <param> |
Parameter in <object> or
<subdialog> | started |
| <prompt> |
Queue speech synthesis and audio
output to the user | started |
| <property> |
Control implementation platform
settings. | started |
| <record> |
Record an audio sample | not implemented |
| <reprompt> |
Play a field prompt when a field is
re-visited after an event | started |
| <return> |
Return from a subdialog. | not implemented |
| <script> |
Specify a block of ECMAScript
client-side scripting logic | started |
| <subdialog> |
Invoke another dialog as a subdialog
of the current one | not implemented |
| <submit> |
Submit values to a document
server | started |
| <throw> |
Throw an event. | full support |
| <transfer> |
Transfer the caller to another
destination |
not implemented |
| <value> |
Insert the value of an expression in
a prompt | started |
| <var> |
Declare a variable | started |
| <vxml> |
Top-level element in each VoiceXML
document | started |