Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Vxml Session Structure

Type: object Properties: 8
Contact CenterIVRTelephonyVoiceVXML

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

Properties

sessionId callGuid applicationName startTime duration currentElement callingNumber calledNumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlSession",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string"
    },
    "callGuid": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "currentElement": {
      "type": "string"
    },
    "callingNumber": {
      "type": "string"
    },
    "calledNumber": {
      "type": "string"
    }
  }
}