| 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.SubSlotTypeComposition
Description
Documentation
data SubSlotTypeComposition Source #
Subslot type composition.
See: newSubSlotTypeComposition smart constructor.
Constructors
| SubSlotTypeComposition' | |
Fields
| |
Instances
newSubSlotTypeComposition Source #
Arguments
| :: Text | |
| -> Text | |
| -> SubSlotTypeComposition |
Create a value of SubSlotTypeComposition 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:name:SubSlotTypeComposition', subSlotTypeComposition_name - Name of a constituent sub slot inside a composite slot.
$sel:slotTypeId:SubSlotTypeComposition', subSlotTypeComposition_slotTypeId - The unique identifier assigned to a slot type. This refers to either a
built-in slot type or the unique slotTypeId of a custom slot type.
subSlotTypeComposition_name :: Lens' SubSlotTypeComposition Text Source #
Name of a constituent sub slot inside a composite slot.
subSlotTypeComposition_slotTypeId :: Lens' SubSlotTypeComposition Text Source #
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.