ContactEvaluationAttributeFilter
An object that can be used to specify tag conditions and attribute conditions inside the SearchFilter for contact evaluations. This accepts an OR or AND (List of List) input where:
The top level list specifies conditions that need to be applied with
ORoperator.The inner list specifies conditions that need to be applied with
ANDoperator.
Types
Properties
Link copied to clipboard
A list of conditions which would be applied together with an AND condition.
Link copied to clipboard
An attribute condition to apply.
Link copied to clipboard
A list of conditions which would be applied together with an OR condition.
Link copied to clipboard
A tag condition to apply.
Functions
Link copied to clipboard
inline fun copy(block: ContactEvaluationAttributeFilter.Builder.() -> Unit = {}): ContactEvaluationAttributeFilter