Webex · Schema

PutLocationVoicemailObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
voicemailTranscriptionEnabled boolean Set to `true` to enable voicemail transcription.
View JSON Schema on GitHub

JSON Schema

webex-putlocationvoicemailobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutLocationVoicemailObject",
  "title": "PutLocationVoicemailObject",
  "type": "object",
  "required": [
    "voicemailTranscriptionEnabled"
  ],
  "properties": {
    "voicemailTranscriptionEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Set to `true` to enable voicemail transcription."
    }
  }
}