Cisco Voice Portal · Schema

ApplicationConfigUpdate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
parameters object
defaultLanguage string
fetchTimeout integer
maxSessionDuration integer
inputModes array
loggingLevel string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-vxml-services-application-config-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApplicationConfigUpdate",
  "type": "object",
  "properties": {
    "parameters": {
      "type": "object"
    },
    "defaultLanguage": {
      "type": "string"
    },
    "fetchTimeout": {
      "type": "integer"
    },
    "maxSessionDuration": {
      "type": "integer"
    },
    "inputModes": {
      "type": "array"
    },
    "loggingLevel": {
      "type": "string"
    }
  }
}