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

Description

 
Synopsis

Documentation

data IntentSortBy Source #

Specifies attributes for sorting a list of intents.

See: newIntentSortBy smart constructor.

Constructors

IntentSortBy' 

Fields

Instances

Instances details
ToJSON IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

Generic IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

Associated Types

type Rep IntentSortBy :: Type -> Type #

Read IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

Show IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

NFData IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

Methods

rnf :: IntentSortBy -> () #

Eq IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

Hashable IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

type Rep IntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentSortBy

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

newIntentSortBy Source #

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

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

intentSortBy_attribute :: Lens' IntentSortBy IntentSortAttribute Source #

The attribute to use to sort the list of intents.

intentSortBy_order :: Lens' IntentSortBy SortOrder Source #

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