Package com.mypurecloud.sdk.v2.model
Class OutcomeQuantileCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeQuantileCondition
- All Implemented Interfaces:
Serializable
OutcomeQuantileCondition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfallbackQuantileThreshold(Float fallbackQuantileThreshold) (Optional) If set, this Condition is met when maxQuantileThreshold is met, AND the current quantile of the OutcomeScore is below this fallbackQuantileThreshold.inthashCode()maxQuantileThreshold(Float maxQuantileThreshold) This Outcome Quantile Condition is met when sessionMaxQuantile of the OutcomeScore is above this value, (unless fallbackQuantile is set).The outcome ID.voidsetFallbackQuantileThreshold(Float fallbackQuantileThreshold) voidsetMaxQuantileThreshold(Float maxQuantileThreshold) voidsetOutcomeId(String outcomeId) toString()
-
Constructor Details
-
OutcomeQuantileCondition
public OutcomeQuantileCondition() -
OutcomeQuantileCondition
-
-
Method Details
-
outcomeId
The outcome ID. -
getOutcomeId
-
setOutcomeId
-
maxQuantileThreshold
This Outcome Quantile Condition is met when sessionMaxQuantile of the OutcomeScore is above this value, (unless fallbackQuantile is set). Range 0.00-1.00 -
getMaxQuantileThreshold
-
setMaxQuantileThreshold
-
fallbackQuantileThreshold
(Optional) If set, this Condition is met when maxQuantileThreshold is met, AND the current quantile of the OutcomeScore is below this fallbackQuantileThreshold. Range 0.00-1.00 -
getFallbackQuantileThreshold
-
setFallbackQuantileThreshold
-
equals
-
hashCode
public int hashCode() -
toString
-