amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

ToJSON SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

Generic SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

Associated Types

type Rep SlotPriority :: Type -> Type #

Read SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

Show SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

NFData SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

Methods

rnf :: SlotPriority -> () #

Eq SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

Hashable SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

type Rep SlotPriority Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotPriority

type Rep SlotPriority = D1 ('MetaData "SlotPriority" "Amazonka.LexV2Models.Types.SlotPriority" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "SlotPriority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "slotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSlotPriority Source #

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.