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