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.
Contents
- AndCondition
-
A list of conditions which would be applied together with an
ANDcondition.Type: ContactEvaluationAttributeAndCondition object
Required: No
- ContactEvaluationAttributeCondition
-
An attribute condition to apply.
Type: ContactEvaluationAttributeCondition object
Required: No
- OrConditions
-
A list of conditions which would be applied together with an
ORcondition.Type: Array of ContactEvaluationAttributeAndCondition objects
Required: No
- TagCondition
-
A tag condition to apply.
Type: TagCondition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: