Class UserRoutingLanguagePost

java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingLanguagePost
All Implemented Interfaces:
Serializable

public class UserRoutingLanguagePost extends Object implements 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 Details

    • UserRoutingLanguagePost

      public UserRoutingLanguagePost()
    • UserRoutingLanguagePost

      public UserRoutingLanguagePost(Boolean initWithEmptyList)
  • Method Details

    • id

      The id of the existing routing language to add to the user
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • proficiency

      public UserRoutingLanguagePost proficiency(Double 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

      public Double getProficiency()
    • setProficiency

      public void setProficiency(Double proficiency)
    • getLanguageUri

      public String getLanguageUri()
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object