This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!
Skills are qualities or abilities that Agents possess. These Skills affect how Agents are placed in a contact center hierarchy.
Common skills include abilities in different languages, particular categories of product knowledge, or ability in particular types of sales.
Top of Page
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the skill(s) that belong to this tenant. |
state | int | Current state of a skill (see CfgObjectState). If specified, Configuration Server will return information only about skills that are currently in this state. |
dbid | int | A unique identifier of a skill. If specified, Configuration Server will return information only about this skill. |
name | string | Name of a skill. Shall be specified as a character string. If specified, Configuration Server will return information only about the skill(s) with that name. |
Deletion of Skill X will cause the following events set out in the order of arrival:
Modification of skillLevels of all agents that were associated with Skill X Deletion of Skill X
<CfgSkill> <DBID value="101" /> <name value="Skill" /> <tenantDBID value="1" /> <state value="1" /> </CfgSkill>