RequiredCaseRule

Required rule type, used to indicate whether a field is required. 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

List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.

Link copied to clipboard

The value of the rule (that is, whether the field is required) should none of the conditions evaluate to true.

Functions

Link copied to clipboard
inline fun copy(block: RequiredCaseRule.Builder.() -> Unit = {}): RequiredCaseRule
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