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

Description

 
Synopsis

Documentation

data AggregatedUtterancesSortBy Source #

Specifies attributes for sorting a list of utterances.

See: newAggregatedUtterancesSortBy smart constructor.

Constructors

AggregatedUtterancesSortBy' 

Fields

Instances

Instances details
ToJSON AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

Generic AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

Associated Types

type Rep AggregatedUtterancesSortBy :: Type -> Type #

Read AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

Show AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

NFData AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

Eq AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

Hashable AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

type Rep AggregatedUtterancesSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AggregatedUtterancesSortBy

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

newAggregatedUtterancesSortBy Source #

Create a value of AggregatedUtterancesSortBy 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:AggregatedUtterancesSortBy', aggregatedUtterancesSortBy_attribute - The utterance attribute to sort by.

$sel:order:AggregatedUtterancesSortBy', aggregatedUtterancesSortBy_order - Specifies whether to sort the aggregated utterances in ascending or descending order.

aggregatedUtterancesSortBy_order :: Lens' AggregatedUtterancesSortBy SortOrder Source #

Specifies whether to sort the aggregated utterances in ascending or descending order.