Package com.mypurecloud.sdk.v2.model
Class UserRoutingLanguagePost
java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingLanguagePost
- All Implemented Interfaces:
Serializable
Represents an organization language assigned to a user. When assigning to a user specify the organization langauge id as the id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The id of the existing routing language 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 language.voidvoidsetProficiency(Double proficiency) toString()
-
Constructor Details
-
UserRoutingLanguagePost
public UserRoutingLanguagePost() -
UserRoutingLanguagePost
-
-
Method Details
-
id
The id of the existing routing language 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 language. It is used when a queue is set to \"Best available language\" mode to allow acd interactions to target agents with higher proficiency ratings. -
getProficiency
-
setProficiency
-
getLanguageUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-