Submitted by heartin on Tue, 05/26/2015 - 12:56
1. What are prompt counter?
An input item and the <initial> item of a mixed-initiative form have a prompt counter that lets you play different prompts if the user revisits the item several times. For example, you may want to play shorter descriptions after the first or second time the user is prompted for the same information. The prompt counters are reset on each form invocation.
Submitted by heartin on Tue, 05/26/2015 - 12:54
1. What is an application root document? How do you specify the application root documrnt for a vxml application?
A VoiceXML application consists of one or more documents. Any multi document application has a single application root document. Each document in an application identifies the application root document with the application attribute of the <vxml> tag:
Submitted by heartin on Tue, 05/26/2015 - 12:53
-
What is voice xml?
-
VoiceXML is a declarative, XML-based language markup language for writing telephone-based speech applications. Users call applications by telephone. They listen to spoken instructions and questions; they provide input using the spoken word and the touchtone keypad.
-
What does a VoiceXML interpreter do?
Submitted by heartin on Tue, 05/26/2015 - 12:53
These are some of the frequently asked questions during VXML interviews. Most questions here are copied from our initial vxml website (vxmlfaq.com) FAQ page compiled mainly by Sheeba. This page will also contain user submissions which might not be verified in all cases; hence if you find any mistake or issues with the answers, please do contact us and we will make necessary changes.
Submitted by heartin on Tue, 05/26/2015 - 12:51
Here you will find a small introduction to some of the important concepts of the vxml language like strutcture of a vxml document, application and application root document, dialogs, forms, subdialogs, session, grammars, events, links and utterance.
Structure of a VXML document
The <vxml> tag is the root tag of a vxml application. Basic structure of a VXML document is as follows:
<?xml version="1.0"?>
Pages