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.
Inheritors
Types
Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.
Tests that operandOne is equal to operandTwo.
Tests that operandOne is not equal to operandTwo.
Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.
Functions
Casts this BooleanCondition as a AndAll and retrieves its aws.sdk.kotlin.services.connectcases.model.CompoundCondition value. Throws an exception if the BooleanCondition is not a AndAll.
Casts this BooleanCondition as a AndAll and retrieves its aws.sdk.kotlin.services.connectcases.model.CompoundCondition value. Returns null if the BooleanCondition is not a AndAll.
Casts this BooleanCondition as a EqualTo and retrieves its aws.sdk.kotlin.services.connectcases.model.BooleanOperands value. Throws an exception if the BooleanCondition is not a EqualTo.
Casts this BooleanCondition as a EqualTo and retrieves its aws.sdk.kotlin.services.connectcases.model.BooleanOperands value. Returns null if the BooleanCondition is not a EqualTo.
Casts this BooleanCondition as a NotEqualTo and retrieves its aws.sdk.kotlin.services.connectcases.model.BooleanOperands value. Throws an exception if the BooleanCondition is not a NotEqualTo.
Casts this BooleanCondition as a NotEqualTo and retrieves its aws.sdk.kotlin.services.connectcases.model.BooleanOperands value. Returns null if the BooleanCondition is not a NotEqualTo.
Casts this BooleanCondition as a OrAll and retrieves its aws.sdk.kotlin.services.connectcases.model.CompoundCondition value. Throws an exception if the BooleanCondition is not a OrAll.
Casts this BooleanCondition as a OrAll and retrieves its aws.sdk.kotlin.services.connectcases.model.CompoundCondition value. Returns null if the BooleanCondition is not a OrAll.