Webex · Schema

AgentCallerId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
selectedCallerId object Indicates agent's Caller ID choice for outgoing calls.
View JSON Schema on GitHub

JSON Schema

webex-agentcallerid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentCallerId",
  "title": "AgentCallerId",
  "type": "object",
  "required": [
    "selectedCallerId"
  ],
  "properties": {
    "selectedCallerId": {
      "$ref": "#/components/schemas/SelectedCallerIdObject",
      "description": "Indicates agent's Caller ID choice for outgoing calls."
    }
  }
}