Package com.mypurecloud.sdk.v2.model
Class UserRoutingSkillPost
java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingSkillPost
- 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The id of the existing routing skill to add to the userproficiency(Double proficiency) Proficiency is a rating from 0.0 to 5.0 on how competent an agent is for a particular skill.voidvoidsetProficiency(Double proficiency) toString()
-
Constructor Details
-
UserRoutingSkillPost
public UserRoutingSkillPost() -
UserRoutingSkillPost
-
-
Method Details
-
id
The id of the existing routing skill to add to the user -
getId
-
setId
-
proficiency
Proficiency is a rating from 0.0 to 5.0 on how competent an agent is for a particular skill. It is used when a queue is set to \"Best available skills\" mode to allow acd interactions to target agents with higher proficiency ratings. -
getProficiency
-
setProficiency
-
getSkillUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-