Webex · Schema

CSQGroupedAssistantSkillResponseDTO

Queue mapping summary per Assistant Skill

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
assistantSkillId string ID of Assistant Skill in AI Studio
associatedQueueCount integer Number of queues mapped to this Assistant Skill ID
lastAssistantSkillUpdatedTime integer Last updated time Assistant Skill mapping i.e. timestamp corresponding to most recently added queue mapping
View JSON Schema on GitHub

JSON Schema

webex-csqgroupedassistantskillresponsedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CSQGroupedAssistantSkillResponseDTO",
  "title": "CSQGroupedAssistantSkillResponseDTO",
  "type": "object",
  "description": "Queue mapping summary per Assistant Skill",
  "properties": {
    "assistantSkillId": {
      "type": "string",
      "description": "ID of Assistant Skill in AI Studio",
      "example": "af9eecc5-0472-4549-9a83-2afdae0d4ba0"
    },
    "associatedQueueCount": {
      "type": "integer",
      "format": "int64",
      "description": "Number of queues mapped to this Assistant Skill ID"
    },
    "lastAssistantSkillUpdatedTime": {
      "type": "integer",
      "format": "int64",
      "description": "Last updated time Assistant Skill mapping i.e. timestamp corresponding to most recently added queue mapping"
    }
  }
}