<reprompt>

Increments the prompt counter and reactivates field prompt playback when a field item is visited after an event is thrown.

Attributes

None.

Children

None.

Parents

Sample code

<form id="login">
    <field name="id_number">
        <grammar src="../grammars/login.grxml"/>
        <prompt> Please state your login identification.</prompt>
        <prompt count="2"> Please state your login identification.
            To open a new account, say: new account.</prompt>
    </field>
    <catch event="noinput nomatch"/> 
        I'm sorry. I didn't catch that.
        </reprompt>
    </catch>
</form>