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

Description

 
Synopsis

Documentation

data BuiltInIntentSortBy Source #

Specifies attributes for sorting a list of built-in intents.

See: newBuiltInIntentSortBy smart constructor.

Constructors

BuiltInIntentSortBy' 

Fields

Instances

Instances details
ToJSON BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

Generic BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

Associated Types

type Rep BuiltInIntentSortBy :: Type -> Type #

Read BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

Show BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

NFData BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

Methods

rnf :: BuiltInIntentSortBy -> () #

Eq BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

Hashable BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

type Rep BuiltInIntentSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSortBy

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

newBuiltInIntentSortBy Source #

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

$sel:order:BuiltInIntentSortBy', builtInIntentSortBy_order - The order to sort the list. You can specify ascending or descending order.

builtInIntentSortBy_attribute :: Lens' BuiltInIntentSortBy BuiltInIntentSortAttribute Source #

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

builtInIntentSortBy_order :: Lens' BuiltInIntentSortBy SortOrder Source #

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