Webex · JSON Structure

Contact Center Call Forward Expanded Soft Key Structure

* `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option. * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

CallForwardExpandedSoftKey is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/contact-center-call-forward-expanded-soft-key-structure.json",
  "name": "CallForwardExpandedSoftKey",
  "description": " * `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option.\n * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.\n",
  "type": "string",
  "enum": [
    "ONLY_THE_CALL_FORWARD_ALL",
    "ALL_CALL_FORWARDS"
  ]
}