BooleanOperands

Boolean operands for a condition. 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the left hand operand in the condition.

Link copied to clipboard

Represents the right hand operand in the condition.

Link copied to clipboard

The value of the outer rule if the condition evaluates to true.

Functions

Link copied to clipboard
inline fun copy(block: BooleanOperands.Builder.() -> Unit = {}): BooleanOperands
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String