CaseRuleDetails

sealed class CaseRuleDetails

Represents what rule type should take place, under what conditions. 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 Required(val value: RequiredCaseRule) : CaseRuleDetails

Required rule type, used to indicate whether a field is required.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this CaseRuleDetails as a Required and retrieves its aws.sdk.kotlin.services.connectcases.model.RequiredCaseRule value. Throws an exception if the CaseRuleDetails is not a Required.

Link copied to clipboard