Uses of Class
com.mypurecloud.sdk.v2.model.OutcomeQuantileCondition
Packages that use OutcomeQuantileCondition
-
Uses of OutcomeQuantileCondition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomeQuantileConditionModifier and TypeMethodDescriptionOutcomeQuantileCondition.fallbackQuantileThreshold(Float fallbackQuantileThreshold) (Optional) If set, this Condition is met when maxQuantileThreshold is met, AND the current quantile of the OutcomeScore is below this fallbackQuantileThreshold.OutcomeQuantileCondition.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.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutcomeQuantileConditionModifier and TypeMethodDescriptionActionMap.getTriggerWithOutcomeQuantileConditions()PatchActionMap.getTriggerWithOutcomeQuantileConditions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OutcomeQuantileConditionModifier and TypeMethodDescriptionvoidActionMap.setTriggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) voidPatchActionMap.setTriggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) ActionMap.triggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) Deprecated.PatchActionMap.triggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) Deprecated.