Webex · Schema

AgentCallerIdType

* `CALL_QUEUE` - A call queue has been selected for the agent's caller ID. * `HUNT_GROUP` - A hunt group has been selected for the agent's caller ID.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-agentcalleridtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentCallerIdType",
  "title": "AgentCallerIdType",
  "type": "string",
  "enum": [
    "CALL_QUEUE",
    "HUNT_GROUP"
  ],
  "description": " * `CALL_QUEUE` - A call queue has been selected for the agent's caller ID.\n * `HUNT_GROUP` - A hunt group has been selected for the agent's caller ID.\n"
}