Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Grammar File Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

GrammarFile 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

fileName filePath fileType fileSize language lastModified

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GrammarFile",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string"
    },
    "filePath": {
      "type": "string"
    },
    "fileType": {
      "type": "string"
    },
    "fileSize": {
      "type": "integer"
    },
    "language": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    }
  }
}