Webex · Schema

AssistantSkillMappingDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
assistantSkillId string Id of an Assistant Skill mapped to the Contact Service Queue
assistantSkillUpdatedTime integer Time(in epoch milliseconds) when assistant skill mapping was last updated.
View JSON Schema on GitHub

JSON Schema

webex-assistantskillmappingdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssistantSkillMappingDTO",
  "title": "AssistantSkillMappingDTO",
  "type": "object",
  "properties": {
    "assistantSkillId": {
      "type": "string",
      "description": "Id of an Assistant Skill mapped to the Contact Service Queue",
      "example": "af9eecc5-0472-4549-9a83-2afdae0d4ba0"
    },
    "assistantSkillUpdatedTime": {
      "type": "integer",
      "format": "int64",
      "description": "Time(in epoch milliseconds) when assistant skill mapping was last updated.",
      "example": 1617536244000,
      "readOnly": true
    }
  }
}