Last reviewed: 3/23/2024 12:35:37 PM
In this article
<reprompt>
A <reprompt> element plays a field prompt when a field is re-visited after an event.
Syntax
<reprompt />
Attributes
none
Children
none
Parents
<block>, <catch>, <error>, <filled>, <help>, <if>, <noinput>, <nomatch>, and <prompt>.
Variables
none
Example
The following example illustrates reprompting on a catch.
<catch event="noinput nomatch">
Sorry. I didn't get that.
<reprompt/>
</catch>
Version Information
Supported in: VoiceXML 1.0, VoiceXML 2.0, and VoiceXML 2.1.