Package com.mypurecloud.sdk.v2.model
Class ScimUserRoutingLanguage
java.lang.Object
com.mypurecloud.sdk.v2.model.ScimUserRoutingLanguage
- All Implemented Interfaces:
Serializable
The routing language assigned to a user.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()The case-sensitive name of a routing language configured in Genesys Cloud.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) toString()
-
Constructor Details
-
ScimUserRoutingLanguage
public ScimUserRoutingLanguage() -
ScimUserRoutingLanguage
-
-
Method Details
-
name
The case-sensitive name of a routing language configured in Genesys Cloud. -
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
-
equals
-
hashCode
public int hashCode() -
toString
-