The following tips provide basic information on VoiceXML and the VoiceXML editor.
VoiceXML applications can consist of one or more VoiceXML documents, plus any associated grammar, pronunciation, prerecorded audio, and/or ECMAScript files. In the Voice tools, generally, you should have one project for each voice application.
VoiceXML documents consist of two basic types of dialogs: forms and menus.
| Type | Description |
|---|---|
| Form | A dialog that uses fields to supply information and accept data inputs. |
| Menu | A dialog that offers the user one or more choices, and the selection routes the dialog flow to a different point in the application. |
Related Information