Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Vxml Application Detail Structure

Type: object Properties: 12
Contact CenterIVRTelephonyVoiceVXML

VxmlApplicationDetail is a JSON Structure definition published by Cisco Voice Portal, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

applicationName applicationType status version activeSessions deployedAt description entryPoint elements mediaDirectory grammarDirectory configParameters

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlApplicationDetail",
  "type": "object",
  "properties": {
    "applicationName": {
      "type": "string"
    },
    "applicationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "activeSessions": {
      "type": "integer"
    },
    "deployedAt": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "entryPoint": {
      "type": "string"
    },
    "elements": {
      "type": "array"
    },
    "mediaDirectory": {
      "type": "string"
    },
    "grammarDirectory": {
      "type": "string"
    },
    "configParameters": {
      "type": "object"
    }
  }
}