Click or drag to resize
AgentServiceAddSkill Method
Request to add a skill to the skills assigned to an agent.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public 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