OperandOne

sealed class OperandOne

Represents the left hand operand in the 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.

Inheritors

Types

Link copied to clipboard
data class FieldId(val value: String) : OperandOne

The field ID that this operand should take the value of.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this OperandOne as a FieldId and retrieves its kotlin.String value. Throws an exception if the OperandOne is not a FieldId.

Link copied to clipboard

Casts this OperandOne as a FieldId and retrieves its kotlin.String value. Returns null if the OperandOne is not a FieldId.