Class EmpathyScore

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

public class EmpathyScore extends Object implements Serializable
EmpathyScore
See Also:
  • Constructor Details

    • EmpathyScore

      public EmpathyScore()
    • EmpathyScore

      public EmpathyScore(Boolean initWithEmptyList)
  • Method Details

    • score

      public EmpathyScore score(Double score)
      Empathy score of the agent involved in the conversation
    • getScore

      public Double getScore()
    • setScore

      public void setScore(Double score)
    • userId

      public EmpathyScore userId(String userId)
      UserId of the agent involved in the conversation
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • 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