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

Description

 
Synopsis

Documentation

data BuiltInSlotTypeSortBy Source #

Specifies attributes for sorting a list of built-in slot types.

See: newBuiltInSlotTypeSortBy smart constructor.

Constructors

BuiltInSlotTypeSortBy' 

Fields

Instances

Instances details
ToJSON BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

Generic BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

Associated Types

type Rep BuiltInSlotTypeSortBy :: Type -> Type #

Read BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

Show BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

NFData BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

Methods

rnf :: BuiltInSlotTypeSortBy -> () #

Eq BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

Hashable BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

type Rep BuiltInSlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSortBy

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

newBuiltInSlotTypeSortBy Source #

Create a value of BuiltInSlotTypeSortBy 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:BuiltInSlotTypeSortBy', builtInSlotTypeSortBy_attribute - The attribute to use to sort the list of built-in intents.

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

builtInSlotTypeSortBy_attribute :: Lens' BuiltInSlotTypeSortBy BuiltInSlotTypeSortAttribute Source #

The attribute to use to sort the list of built-in intents.

builtInSlotTypeSortBy_order :: Lens' BuiltInSlotTypeSortBy SortOrder Source #

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