<prompt>
<prompt>
The <prompt>
element controls the output of synthesized speech and prerecorded audio.
Attributes
bargein
(defaults to true) Controls whether a user can interrupt a prompt.
bargeintype
This attribute is not supported.
cond
(defaults to true) An expression that must evaluate to true after conversion to Boolean in order for the prompt to played.
count
(defaults to 1) A number that allows you to emit different prompts if the user is doing something repeatedly.
xml:lang
timeout
The timeout that will be used for the following user input.
Notes
None
Example
The output of the above script would be:
Computer: You have to wait until the end of this sentence… Human: (enters DTMF-1) Computer: (disregards input) Computer: …before you'll be able to interrupt the audio with DTMF. Computer: Now you can press any DTMF button and… Human: (enters DTMF-5) Computer: You entered five.
Child Tags
<audio>, <break>, <emphasis>, <enumerate>, <foreach>, <lexicon>, <mark>, <metadata>, <phoneme>, <prosody>, <sub>, <paragraph>, <say-as>, <sentence>, <speak>, <value>, <voice>
Parent Tags
<block>, <catch>, <error>, <field>, <filled>, <foreach>, <help>, <if>, <initial>, <menu>, <noinput>, <nomatch>, <record>, <subdialog>, <transfer>
Last updated