Package com.mypurecloud.sdk.v2.model
Class UserRoutingLanguage
java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingLanguage
- All Implemented Interfaces:
Serializable
Represents an organization language assigned to a user. When assigning to a user specify the organization language id as the id.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumActivate or deactivate this routing language. -
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 fluent an agent is in a particular language.voidvoidsetProficiency(Double proficiency) voidActivate or deactivate this routing language.toString()
-
Constructor Details
-
UserRoutingLanguage
public UserRoutingLanguage() -
UserRoutingLanguage
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
proficiency
A rating from 0.0 to 5.0 that indicates how fluent an agent is in a particular language. ACD interactions are routed to agents with higher proficiency ratings. -
getProficiency
-
setProficiency
-
state
Activate or deactivate this routing language. -
getState
-
setState
-
getLanguageUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-