Package com.mypurecloud.sdk.v2.model
Class UserRoutingSkill
java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingSkill
- All Implemented Interfaces:
Serializable
Represents an organization skill assigned to a user. When assigning to a user specify the organization skill id as the id.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumActivate or deactivate this routing skill. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getState()inthashCode()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) voidstate(UserRoutingSkill.StateEnum state) Activate or deactivate this routing skill.toString()
-
Constructor Details
-
UserRoutingSkill
public UserRoutingSkill() -
UserRoutingSkill
-
-
Method Details
-
getId
-
name
-
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
-
state
Activate or deactivate this routing skill. -
getState
-
setState
-
getSkillUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-