Cisco Voice Portal · Schema

Cisco Voice Portal Application

Schema for a CVP VXML application. Applications are VoiceXML programs typically built with Cisco Unified Call Studio that execute on the CVP VXML Server to provide interactive voice response (IVR) functionality. Applications consist of call flow elements including voice elements, action elements, and decision elements.

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
applicationId string Unique identifier for the application
applicationName string Name of the application as deployed
applicationType string Type of VXML application. Call Studio applications are built with Cisco Unified Call Studio. Standalone VXML applications are hand-coded VoiceXML. Micro-applications are built-in CVP IVR functions.
status string Current deployment and operational status
version string Application version
description string Description of the application purpose
entryPoint string Name of the starting call flow element
elements array Call flow elements that make up the application
configParameters object Application-level runtime configuration parameters
defaultLanguage string Default language for prompts and ASR
inputModes array Allowed caller input modes
deployedServers array VXML Servers this application is deployed to
mediaDirectory string Path to associated audio prompt files
grammarDirectory string Path to associated speech grammar files
createdAt string
updatedAt string
View JSON Schema on GitHub