Webex · Schema

GetLocationVoicemailObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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