Webex · Schema

AgentAction

* `ADD` - Assign an agent to a supervisor. * `DELETE` - Remove an agent from a supervisor.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-agentaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentAction",
  "title": "AgentAction",
  "type": "string",
  "enum": [
    "ADD",
    "DELETE"
  ],
  "description": " * `ADD` - Assign an agent to a supervisor.\n * `DELETE` - Remove an agent from a supervisor.\n"
}