Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Call Summary Statistics Structure

Type: object Properties: 4
Contact CenterIVRTelephonyVoiceVXML

CallSummaryStatistics 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

startTime endTime interval intervals

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CallSummaryStatistics",
  "type": "object",
  "properties": {
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "interval": {
      "type": "string"
    },
    "intervals": {
      "type": "array"
    }
  }
}