Cisco Voice Portal · Schema

DialedNumberPatternCreate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
pattern string
description string
callType string
applicationName string
enabled boolean
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-dialed-number-pattern-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DialedNumberPatternCreate",
  "type": "object",
  "properties": {
    "pattern": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "callType": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}