<assign> |
Assign a value to a variable. |
<audio> |
Play audio data. |
<block> |
Item which executes code. |
<break> |
Insert a pause. |
<catch> |
Catch an event. |
<choice> |
Defines a menu option. |
<clear> |
Re-set form items. |
<count> |
An optional or repeated grammar rule. |
<disconnect> |
Hang up and end session. |
<div> |
Mark sentence or paragraph. |
<dtmf> |
Touch-tone grammar. |
<else> |
Alternative code. |
<elseif> |
Alternative code. |
<emp> |
Emphasize speech. |
<emphasis> |
Emphasize speech. |
<enumerate> |
Prompt for options or choices. |
<error> |
Catch an error event. |
<example> |
Example of input which matches a grammar rule. |
<exit> |
End browser session. |
<field> |
Item which collects user input. |
<filled> |
Code to run when items are filled in. |
<form> |
Dialog for collecting user input. |
<goto> |
Transfer to another dialog and item. |
<grammar> |
Speech or touch-tone grammar. |
<help> |
Catch a help event. |
<if> |
Conditional code. |
<import> |
Alias name for a grammar rule. |
<initial> |
Prompt for form-level input. |
<item> |
Group part of a grammar. |
<link> |
Hyperlink or throw event when input matches. |
<log> |
Output a debug message. |
<mark> |
Notification when TTS reaches this point. |
<menu> |
Dialog for making a selection between fixed choices. |
<meta> |
Page properties. |
<noinput> |
Catch a noinput event. |
<nomatch> |
Catch a nomatch event. |
<object> |
Execute a browser extension. |
<one-of> |
Set of alternatives in a grammar. |
<option> |
Defines a field selection. |
<p> |
Synonym for <paragraph>. |
<paragraph> |
Paragraph marker for TTS. |
<param> |
Parameter of an object or subdialog. |
<phoneme> |
Phonetic pronunciation. |
<prompt> |
Speak text using TTS. |
<property> |
Platform setting. |
<pros> |
Set prosody. |
<prosody> |
Set prosody. |
<record> |
Record audio. |
<reprompt> |
Tell browser to prompt for item before collecting input. |
<return> |
Return from a subdialog. |
<rule> |
Define grammar rule. |
<ruleref> |
Insert grammar rule. |
<s> |
Synonym for <sentence>. |
<say-as> |
Speak value. |
<sayas> |
Speak value. |
<script> |
Run ECMAScript code. |
<sentence> |
Mark a sentence. |
<subdialog> |
Invoke second dialog. |
<submit> |
Submit form values, get new page. |
<throw> |
Trigger an event. |
<token> |
Input element in grammar. |
<transfer> |
Transfer call. |
<value> |
Insert value of expression as text. |
<var> |
Declare a variable. |
<voice> |
TTS voice. |
<vxml> |
Root tag. |