BooleanCondition

sealed class 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

Link copied to clipboard
data class EqualTo(val value: BooleanOperands) : BooleanCondition

Tests that operandOne is equal to operandTwo.

Link copied to clipboard

Tests that operandOne is not equal to operandTwo.

Link copied to clipboard

Functions

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard