Uses of Class
com.mypurecloud.sdk.v2.model.CopilotAggregateQueryPredicate
Packages that use CopilotAggregateQueryPredicate
-
Uses of CopilotAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotAggregateQueryPredicateModifier and TypeMethodDescriptionCopilotAggregateQueryPredicate.dimension(CopilotAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesCopilotAggregateQueryPredicate.operator(CopilotAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesCopilotAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesCopilotAggregateQueryPredicate.type(CopilotAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CopilotAggregateQueryPredicateModifier and TypeMethodDescriptionCopilotAggregateQueryClause.getPredicates()CopilotAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CopilotAggregateQueryPredicateModifier and TypeMethodDescriptionCopilotAggregateQueryClause.predicates(List<CopilotAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).CopilotAggregateQueryFilter.predicates(List<CopilotAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidCopilotAggregateQueryClause.setPredicates(List<CopilotAggregateQueryPredicate> predicates) voidCopilotAggregateQueryFilter.setPredicates(List<CopilotAggregateQueryPredicate> predicates)