| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.SubSlotSetting
Description
Documentation
data SubSlotSetting Source #
Specifications for the constituent sub slots and the expression for the composite slot.
See: newSubSlotSetting smart constructor.
Constructors
| SubSlotSetting' | |
Fields
| |
Instances
newSubSlotSetting :: SubSlotSetting Source #
Create a value of SubSlotSetting with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:expression:SubSlotSetting', subSlotSetting_expression - The expression text for defining the constituent sub slots in the
composite slot using logical AND and OR operators.
$sel:slotSpecifications:SubSlotSetting', subSlotSetting_slotSpecifications - Specifications for the constituent sub slots of a composite slot.
subSlotSetting_expression :: Lens' SubSlotSetting (Maybe Text) Source #
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
subSlotSetting_slotSpecifications :: Lens' SubSlotSetting (Maybe (HashMap Text Specifications)) Source #
Specifications for the constituent sub slots of a composite slot.