Uses of Class
com.mypurecloud.sdk.v2.model.CopilotAggregateQueryClause
Packages that use CopilotAggregateQueryClause
-
Uses of CopilotAggregateQueryClause in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotAggregateQueryClauseModifier and TypeMethodDescriptionCopilotAggregateQueryClause.predicates(List<CopilotAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).CopilotAggregateQueryClause.type(CopilotAggregateQueryClause.TypeEnum type) Boolean operation to apply to the provided predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CopilotAggregateQueryClauseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CopilotAggregateQueryClauseModifier and TypeMethodDescriptionCopilotAggregateQueryFilter.clauses(List<CopilotAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingvoidCopilotAggregateQueryFilter.setClauses(List<CopilotAggregateQueryClause> clauses)