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.SlotDefaultValueSpecification
Description
Documentation
data SlotDefaultValueSpecification Source #
Defines a list of values that Amazon Lex should use as the default value for a slot.
See: newSlotDefaultValueSpecification
smart constructor.
Constructors
SlotDefaultValueSpecification' | |
Fields
|
Instances
newSlotDefaultValueSpecification :: SlotDefaultValueSpecification Source #
Create a value of SlotDefaultValueSpecification
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:defaultValueList:SlotDefaultValueSpecification'
, slotDefaultValueSpecification_defaultValueList
- A list of default values. Amazon Lex chooses the default value to use in
the order that they are presented in the list.
slotDefaultValueSpecification_defaultValueList :: Lens' SlotDefaultValueSpecification [SlotDefaultValue] Source #
A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.