Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Application Config Update Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

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

Properties

parameters defaultLanguage fetchTimeout maxSessionDuration inputModes loggingLevel

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApplicationConfigUpdate",
  "type": "object",
  "properties": {
    "parameters": {
      "type": "object"
    },
    "defaultLanguage": {
      "type": "string"
    },
    "fetchTimeout": {
      "type": "integer"
    },
    "maxSessionDuration": {
      "type": "integer"
    },
    "inputModes": {
      "type": "array"
    },
    "loggingLevel": {
      "type": "string"
    }
  }
}