| 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.LexModels.Types.SlotDefaultValue
Description
Synopsis
Documentation
data SlotDefaultValue Source #
A default value for a slot.
See: newSlotDefaultValue smart constructor.
Constructors
| SlotDefaultValue' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> SlotDefaultValue | 
Create a value of SlotDefaultValue 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:defaultValue:SlotDefaultValue', slotDefaultValue_defaultValue - The default value for the slot. You can specify one of the following:
#context-name.slot-name- The slot value "slot-name" in the context "context-name."{attribute}- The slot value of the session attribute "attribute."'value'- The discrete value "value."
slotDefaultValue_defaultValue :: Lens' SlotDefaultValue Text Source #
The default value for the slot. You can specify one of the following:
#context-name.slot-name- The slot value "slot-name" in the context "context-name."{attribute}- The slot value of the session attribute "attribute."'value'- The discrete value "value."