Last reviewed: 3/23/2024 12:27:14 PM

<noinput>

A <noinput> element catches a noinput event that occurs when a user does not provide a response to an active <field>.

Syntax

<noinput cond="expression"
      count="integer" />

Attributes

cond

An optional condition to test to see if the event is caught by this element. The default value is true.

count

The event count.

Children

<assign>, <audio>, <clear>, <disconnect>, <enumerate>, <exit>, <goto>, <if>, <log>, <prompt>, <reprompt>, <return>, <script>, <submit>, <throw>, <value>, and <var>.

Parents

<field>, <form>, <initial>, <menu>, <object>, <record>, <subdialog>, <transfer>, and <vxml>.

Variables

_event

The _event shadow variable identifies the event name that caused the exception.

_message

The user-defined message from the event.

Example

The following example illustrates processing a noinput event.

<noinput>I didn't hear anything, please try again.</noinput>

Version Information

Supported in: VoiceXML 1.0, VoiceXML 2.0, and VoiceXML 2.1.