VoxML 1.0 Element Reference
INPUT Element : Type NONE
INPUT Element : Type NONE
Input type NONE is used to specify the next location for the voice browser to go to continue execution when no response is collected from the user.
Syntax
<INPUT TYPE="NONE" NEXT="value" [NEXTMETHOD="value"] />
Attributes
Attribute Name | Allowed Values |
|
|
NEXT | next step URL |
|
|
NEXTMETHOD | GET * |
| POST |
Examples
1 <STEP NAME="init">
2<PROMPT> Welcome to the system. </PROMPT>
3<INPUT TYPE="none" NEXT="#mainmenu"/>
4</STEP>
The code shown above illustrates the use of the NONE input type to jump to another STEP in this dialog without waiting for any user response. In this example, the user would here the phrase “Welcome to the system” followed immediately by the prompt of the main menu.
October 1998 | VoxML 1.0 Language Reference 26 |