Cisco Voice Portal · Schema

CallOperationResult

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
callGuid string
operation string
status string
message string
timestamp string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-call-control-call-operation-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallOperationResult",
  "type": "object",
  "properties": {
    "callGuid": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    }
  }
}