BindSkillRequest
Props
acdQueueId
acdQueueId: any
| number
| number[]
The ACD queue ID list separated by semicolons (;). Use the 'all' value to select all ACD queues
acdQueueName
acdQueueName: string
| string[]
The ACD queue name that can be used instead of acd_queue_id. The ACD queue name list separated by semicolons (;)
applicationId
applicationId: number
| undefined
The application ID. It is required if the user_name is specified
applicationName
applicationName: string
| undefined
The application name that can be used instead of application_id
bind
bind: false
| undefined
| true
Whether to bind or unbind (set true or false respectively)
skillId
skillId: any
| number
| number[]
The skill ID list separated by semicolons (;). Use the 'all' value to select all skills
skillName
skillName: string
| string[]
The skill name list separated by semicolons (;). Can be used instead of skill_id
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;). Use the 'all' value to select all users
userName
userName: string
| string[]
The user name list separated by semicolons (;). user_name can be used instead of user_id