Uses of Class
com.mypurecloud.sdk.v2.model.OutcomeScore
Packages that use OutcomeScore
-
Uses of OutcomeScore in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeScoreModifier and TypeMethodDescriptionOutcomeScore.outcome(AddressableEntityRef outcome) The outcome that the score was calculated for.OutcomeScore.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.OutcomeScore.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.OutcomeScore.sessionMaxPercentile(Integer sessionMaxPercentile) (Deprecated: use the 'quantile' field instead) Represents the maximum likelihood percentile score reached for a given outcome by the current session.OutcomeScore.sessionMaxProbability(Float sessionMaxProbability) Represents the max probability reached in the session.OutcomeScore.sessionMaxQuantile(Float sessionMaxQuantile) Represents the quantity of sessions that have a maximum probability less than the predicted session max probability.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutcomeScoreMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OutcomeScoreModifier and TypeMethodDescriptionOutcomeScoresResult.outcomeScores(List<OutcomeScore> outcomeScores) List of scored outcomes in the session.voidOutcomeScoresResult.setOutcomeScores(List<OutcomeScore> outcomeScores)