Uses of Class
com.mypurecloud.sdk.v2.model.DialerRule
Packages that use DialerRule
-
Uses of DialerRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerRuleModifier and TypeMethodDescriptionDialerRule.actions(List<DialerAction> actions) The list of actions to be taken if the conditions are true.DialerRule.category(DialerRule.CategoryEnum category) The category of the rule.DialerRule.conditions(List<Condition> conditions) A list of Conditions.The name of the rule.The ranked order of the rule.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DialerRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DialerRuleModifier and TypeMethodDescriptionRuleSet.rules(List<DialerRule> rules) The list of rules.voidRuleSet.setRules(List<DialerRule> rules)