Package com.mypurecloud.sdk.v2.model
Class ScimUserRoutingSkill
java.lang.Object
com.mypurecloud.sdk.v2.model.ScimUserRoutingSkill
- All Implemented Interfaces:
Serializable
The routing skill assigned to a user.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()The case-sensitive name of a routing skill configured in Genesys Cloud.proficiency(Double proficiency) A rating from 0.0 to 5.0 that indicates how adept an agent is at a particular skill.voidvoidsetProficiency(Double proficiency) toString()
-
Constructor Details
-
ScimUserRoutingSkill
public ScimUserRoutingSkill() -
ScimUserRoutingSkill
-
-
Method Details
-
name
The case-sensitive name of a routing skill configured in Genesys Cloud. -
getName
-
setName
-
proficiency
A rating from 0.0 to 5.0 that indicates how adept an agent is at a particular skill. When \"Best available skills\" is enabled for a queue in Genesys Cloud, ACD interactions in that queue are routed to agents with higher proficiency ratings. -
getProficiency
-
setProficiency
-
equals
-
hashCode
public int hashCode() -
toString
-