| 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.SlotPriority
Description
Synopsis
Documentation
data SlotPriority Source #
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
See: newSlotPriority smart constructor.
Constructors
| SlotPriority' | |
Instances
Create a value of SlotPriority 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:priority:SlotPriority', slotPriority_priority - The priority that a slot should be elicited.
$sel:slotId:SlotPriority', slotPriority_slotId - The unique identifier of the slot.
slotPriority_priority :: Lens' SlotPriority Natural Source #
The priority that a slot should be elicited.
slotPriority_slotId :: Lens' SlotPriority Text Source #
The unique identifier of the slot.