Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SlotDefaultValue Source #
A default value for a slot.
See: newSlotDefaultValue
smart constructor.
SlotDefaultValue' | |
|
Instances
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."