Webex · Schema

RejectActionEnum

* `busy` - Send the call to busy. * `temporarilyUnavailable` - Send the call to temporarily unavailable. * `ignore` - Ignore the call by continuing ringback to the caller while no longer alerting the called user's devices.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-rejectactionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RejectActionEnum",
  "title": "RejectActionEnum",
  "type": "string",
  "enum": [
    "busy",
    "temporarilyUnavailable",
    "ignore"
  ],
  "description": " * `busy` - Send the call to busy.\n * `temporarilyUnavailable` - Send the call to temporarily unavailable.\n * `ignore` - Ignore the call by continuing ringback to the caller while no longer alerting the called user's devices.\n"
}