Package com.mypurecloud.sdk.v2.model
Class OutcomeScore
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeScore
- All Implemented Interfaces:
Serializable
OutcomeScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()outcome(AddressableEntityRef outcome) The outcome that the score was calculated for.percentile(Integer percentile) (Deprecated: use the 'quantile' field instead) Represents the predicted probability's percentile score when compared with all other generated probabilities for a given outcome.probability(Float probability) Represents the likelihood of a customer reaching or achieving a given outcome.Represents the quantity of sessions that have a maximum probability less than the predicted probability.sessionMaxPercentile(Integer sessionMaxPercentile) (Deprecated: use the 'quantile' field instead) Represents the maximum likelihood percentile score reached for a given outcome by the current session.sessionMaxProbability(Float sessionMaxProbability) Represents the max probability reached in the session.sessionMaxQuantile(Float sessionMaxQuantile) Represents the quantity of sessions that have a maximum probability less than the predicted session max probability.voidsetOutcome(AddressableEntityRef outcome) voidsetPercentile(Integer percentile) voidsetProbability(Float probability) voidsetQuantile(Float quantile) voidsetSessionMaxPercentile(Integer sessionMaxPercentile) voidsetSessionMaxProbability(Float sessionMaxProbability) voidsetSessionMaxQuantile(Float sessionMaxQuantile) toString()
-
Constructor Details
-
OutcomeScore
public OutcomeScore() -
OutcomeScore
-
-
Method Details
-
outcome
The outcome that the score was calculated for. -
getOutcome
-
setOutcome
-
sessionMaxProbability
Represents the max probability reached in the session. -
getSessionMaxProbability
-
setSessionMaxProbability
-
probability
Represents the likelihood of a customer reaching or achieving a given outcome. -
getProbability
-
setProbability
-
percentile
(Deprecated: use the 'quantile' field instead) Represents the predicted probability's percentile score when compared with all other generated probabilities for a given outcome. -
getPercentile
-
setPercentile
-
sessionMaxPercentile
(Deprecated: use the 'quantile' field instead) Represents the maximum likelihood percentile score reached for a given outcome by the current session. -
getSessionMaxPercentile
-
setSessionMaxPercentile
-
quantile
Represents the quantity of sessions that have a maximum probability less than the predicted probability. -
getQuantile
-
setQuantile
-
sessionMaxQuantile
Represents the quantity of sessions that have a maximum probability less than the predicted session max probability. -
getSessionMaxQuantile
-
setSessionMaxQuantile
-
equals
-
hashCode
public int hashCode() -
toString
-