Cisco Voice Portal · Schema

CallVariables

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
callGuid string
eccVariables object Expanded Call Context variables
peripheralVariables object ICM peripheral variables (1-10)
callVariables object ICM call variables (1-10)
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-call-control-call-variables-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallVariables",
  "type": "object",
  "properties": {
    "callGuid": {
      "type": "string"
    },
    "eccVariables": {
      "type": "object",
      "description": "Expanded Call Context variables"
    },
    "peripheralVariables": {
      "type": "object",
      "description": "ICM peripheral variables (1-10)"
    },
    "callVariables": {
      "type": "object",
      "description": "ICM call variables (1-10)"
    }
  }
}