BooleanCondition - Amazon Connect

BooleanCondition

Boolean condition for a rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

andAll

Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.

Type: CompoundCondition object

Required: No

equalTo

Tests that operandOne is equal to operandTwo.

Type: BooleanOperands object

Required: No

notEqualTo

Tests that operandOne is not equal to operandTwo.

Type: BooleanOperands object

Required: No

orAll

Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.

Type: CompoundCondition object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: