Webex · Schema

ModeManagementFeatureTypeObject

* `AUTO_ATTENDANT` - Specifies the feature is an Auto Attendant. * `CALL_QUEUE` - Specifies the feature is a Call Queue. * `HUNT_GROUP` - Specifies the feature is a Hunt Group.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-modemanagementfeaturetypeobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModeManagementFeatureTypeObject",
  "title": "ModeManagementFeatureTypeObject",
  "type": "string",
  "enum": [
    "AUTO_ATTENDANT",
    "CALL_QUEUE",
    "HUNT_GROUP"
  ],
  "description": " * `AUTO_ATTENDANT` - Specifies the feature is an Auto Attendant.\n * `CALL_QUEUE` - Specifies the feature is a Call Queue.\n * `HUNT_GROUP` - Specifies the feature is a Hunt Group.\n"
}