AgentServiceAddSkill Method |
Request to add a skill to the skills assigned to an agent.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void AddSkill(
Skill skill,
string agentId,
AgentServiceAgentFeatureButtonLampCompletionHandler completionHandler
)
Parameters
- skill
- Type: Avaya.ClientServicesSkill
The skill to be added.
- agentId
- Type: SystemString
The extension of the agent the change applies to.
- completionHandler
- Type: Avaya.ClientServicesAgentServiceAgentFeatureButtonLampCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be provided.
See Also