US: 800.995.PLUM UK: 0845.355.3330
US: 800.995.PLUM UK: 0845.355.3330
from the Plum Voice IVR Glossary
VoiceXML, which stands for Voice eXtensible Markup Language, is a language designed to allow a user to interact with an application through voice recognition software. The language is based off of the W3C's XML. The language is very similar to HTML and allows for the developers to use various IVR features such as recording, DTMF input, spoken input, TTS output, and recorded audio output. It uses various tags to control the flow of the application. It also allows for built-in error handling as well as various telephony features like call transfer and disconnect.
VoiceXML was originally created by the VoiceXML Forum which was a collaborative effort by Motorola , AT&T, Lucent Technologies, and IBM in 1999. In 2000 the VoiceXML Forum became a program under the IEEE Industry and Standards Organization (IEEE-ISTO). The Forum also offers a conformance test for the W3C VoiceXML 2.0 standard.
A basic VoiceXML application should look like this:
<vxml version="2.0">
<form>
<block>
<prompt> Hello world! </prompt>
</block>
</form>
</vxml>
| © 2013 The Plum Group, Inc. |