target audience

Written by

in

The Voxeo VoiceObjects Developer Edition (later rebranded as Alvaria CXP Developer) is an Eclipse-based graphical development environment used to build interactive voice response (IVR) and multi-channel self-service applications. The beginner tutorial is designed to teach new developers how to build an application using visual objects instead of writing raw VoiceXML code. Core Concepts of the Tutorial

The tutorial introduces the concept of Object-Based Development. Instead of writing code, you drag, drop, and configure modular components to build a call flow.

The Project & Module System: All application data is saved under a Project. Complex application flows are broken down into smaller, reusable building blocks called Modules.

CXPML: The platform uses a proprietary XML markup layer (formerly called VoiceObjectsXML) that compiles down into standard VoiceXML. This keeps applications platform-independent.

Multi-Channel Capability: A single application flow built in the tutorial can be deployed to voice (phone), texting (SMS), or mobile web channels. Standard Step-by-Step Beginner Workflow Creating a Confirmation Output Object

Beginners learn how to send speech or data back to the caller. You drag an Output Object into your sequence.

You type static text (e.g., “Your age is “) and map it to a dynamic user variable. Handling Variables and Logic

The tutorial covers how to store user responses (like gender or age) captured from automated speech recognition (ASR).

You use the Object Browser to link variables to your speech output components dynamically. Designing Prompts Developers practice setting up Prompt Steps.

You define the message to be played (such as a welcome greeting) and determine the Next Destination call path after the prompt ends. Logging the Results

The final part of a basic tutorial covers using the Log Object.

This teaches developers how to write system data, user inputs, and call statuses into a log file for live application debugging via the Test Monitor. Where to Practice

You can learn more and get access to testing infrastructure through the Voxeo Evolution Developer Portal. Creating a free account grants you: Quick Start Guide – VoiceXML and CCXML Developer Site

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

More posts