Package com.mypurecloud.sdk.v2.model
Class ActionMapEstimateOutcomeCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionMapEstimateOutcomeCriteria
- All Implemented Interfaces:
Serializable
ActionMapEstimateOutcomeCriteria
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()maxProbability(Float maxProbability) Probability value for the selected outcome at or above which the action map will trigger.maxQuantile(Float maxQuantile) Represents the quantity of sessions that have a maximum probability less than the predicted session max probability.ID of outcome.probability(Float probability) Additional probability condition, where if set, the action map will trigger if the current outcome probability is lower or equal to the value.Represents the quantity of sessions that have a maximum probability less than the predicted probability.voidsetMaxProbability(Float maxProbability) voidsetMaxQuantile(Float maxQuantile) voidsetOutcomeId(String outcomeId) voidsetProbability(Float probability) voidsetQuantile(Float quantile) toString()
-
Constructor Details
-
ActionMapEstimateOutcomeCriteria
public ActionMapEstimateOutcomeCriteria() -
ActionMapEstimateOutcomeCriteria
-
-
Method Details
-
outcomeId
ID of outcome. -
getOutcomeId
-
setOutcomeId
-
maxProbability
Probability value for the selected outcome at or above which the action map will trigger. -
getMaxProbability
-
setMaxProbability
-
probability
Additional probability condition, where if set, the action map will trigger if the current outcome probability is lower or equal to the value. -
getProbability
-
setProbability
-
quantile
Represents the quantity of sessions that have a maximum probability less than the predicted probability. -
getQuantile
-
setQuantile
-
maxQuantile
Represents the quantity of sessions that have a maximum probability less than the predicted session max probability. -
getMaxQuantile
-
setMaxQuantile
-
equals
-
hashCode
public int hashCode() -
toString
-