Click or drag to resize

AgentServiceGetCallSupervisorCapability Method

Returns an indication as to whether the supervisor assistance is available based on skill.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetCallSupervisorCapability(
	int skillId
)

Parameters

skillId
Type: SystemInt32
The skill id for which supervisor assistance is required.

Return Value

Type: Capability
Capability object describing whether the supervisor assistance is available.
See Also