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.SlotSortBy

Description

 
Synopsis

Documentation

data SlotSortBy Source #

Specifies attributes for sorting a list of bots.

See: newSlotSortBy smart constructor.

Constructors

SlotSortBy' 

Fields

Instances

Instances details
ToJSON SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

Generic SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

Associated Types

type Rep SlotSortBy :: Type -> Type #

Read SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

Show SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

NFData SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

Methods

rnf :: SlotSortBy -> () #

Eq SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

Hashable SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

type Rep SlotSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotSortBy

type Rep SlotSortBy = D1 ('MetaData "SlotSortBy" "Amazonka.LexV2Models.Types.SlotSortBy" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "SlotSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SlotSortAttribute) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortOrder)))

newSlotSortBy Source #

Create a value of SlotSortBy 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:attribute:SlotSortBy', slotSortBy_attribute - The attribute to use to sort the list.

$sel:order:SlotSortBy', slotSortBy_order - The order to sort the list. You can choose ascending or descending.

slotSortBy_attribute :: Lens' SlotSortBy SlotSortAttribute Source #

The attribute to use to sort the list.

slotSortBy_order :: Lens' SlotSortBy SortOrder Source #

The order to sort the list. You can choose ascending or descending.