Uses of Class
com.mypurecloud.sdk.v2.model.CopilotRule
Packages that use CopilotRule
-
Uses of CopilotRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotRuleModifier and TypeMethodDescriptionCopilotRule.actions(List<CopilotAction> actions) List of actions to execute, must have at least 1 element and maximum 100 elements.CopilotRule.conditions(List<CopilotCondition> conditions) List of conditions to execute actions, must have at least 1 element and maximum 100 elements.RuleConfig.getRule()Methods in com.mypurecloud.sdk.v2.model with parameters of type CopilotRuleModifier and TypeMethodDescriptionRuleConfig.rule(CopilotRule rule) Rule configuration.voidRuleConfig.setRule(CopilotRule rule)