Cisco Voice Portal · Schema

GrammarFile

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
fileName string
filePath string
fileType string
fileSize integer
language string Language of the grammar (e.g., en-US)
lastModified string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-vxml-services-grammar-file-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GrammarFile",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string"
    },
    "filePath": {
      "type": "string"
    },
    "fileType": {
      "type": "string"
    },
    "fileSize": {
      "type": "integer"
    },
    "language": {
      "type": "string",
      "description": "Language of the grammar (e.g., en-US)"
    },
    "lastModified": {
      "type": "string"
    }
  }
}