Class OutlierInfo

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

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

    • OutlierInfo

      public OutlierInfo()
    • OutlierInfo

      public OutlierInfo(Boolean initWithEmptyList)
  • Method Details

    • outlier

      public OutlierInfo outlier(Boolean outlier)
      Boolean to identify if an outlier or not.
    • getOutlier

      public Boolean getOutlier()
    • setOutlier

      public void setOutlier(Boolean outlier)
    • score

      public OutlierInfo score(Float score)
      Outlier score for this utterance. The score is always 0 or greater and higher the score, the more outlier.
    • getScore

      public Float getScore()
    • setScore

      public void setScore(Float score)
    • 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