Cisco Voice Portal · Schema

CallVariablesUpdate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
eccVariables object
peripheralVariables object
callVariables object
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-call-control-call-variables-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallVariablesUpdate",
  "type": "object",
  "properties": {
    "eccVariables": {
      "type": "object"
    },
    "peripheralVariables": {
      "type": "object"
    },
    "callVariables": {
      "type": "object"
    }
  }
}