| 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.SlotTypeValue
Description
Documentation
data SlotTypeValue Source #
Each slot type can have a set of values. Each SlotTypeValue represents
a value that the slot type can take.
See: newSlotTypeValue smart constructor.
Constructors
| SlotTypeValue' | |
Fields
| |
Instances
newSlotTypeValue :: SlotTypeValue Source #
Create a value of SlotTypeValue 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:sampleValue:SlotTypeValue', slotTypeValue_sampleValue - The value of the slot type entry.
$sel:synonyms:SlotTypeValue', slotTypeValue_synonyms - Additional values related to the slot type entry.
slotTypeValue_sampleValue :: Lens' SlotTypeValue (Maybe SampleValue) Source #
The value of the slot type entry.
slotTypeValue_synonyms :: Lens' SlotTypeValue (Maybe (NonEmpty SampleValue)) Source #
Additional values related to the slot type entry.