Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Vxml Session Detail Structure

Type: object Properties: 11
Contact CenterIVRTelephonyVoiceVXML

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

Properties

sessionId callGuid applicationName startTime duration currentElement callingNumber calledNumber sessionVariables elementHistory lastUserInput

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlSessionDetail",
  "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"
    },
    "sessionVariables": {
      "type": "object"
    },
    "elementHistory": {
      "type": "array"
    },
    "lastUserInput": {
      "type": "string"
    }
  }
}