Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Dialed Number Pattern Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

DialedNumberPattern 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

patternId pattern description callType applicationName enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DialedNumberPattern",
  "type": "object",
  "properties": {
    "patternId": {
      "type": "string"
    },
    "pattern": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "callType": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}