Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Call Variables Structure

Type: object Properties: 4
Contact CenterIVRTelephonyVoiceVXML

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

Properties

callGuid eccVariables peripheralVariables callVariables

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CallVariables",
  "type": "object",
  "properties": {
    "callGuid": {
      "type": "string"
    },
    "eccVariables": {
      "type": "object"
    },
    "peripheralVariables": {
      "type": "object"
    },
    "callVariables": {
      "type": "object"
    }
  }
}