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

Description

 

Documentation

newtype BotSortAttribute Source #

Bundled Patterns

pattern BotSortAttribute_BotName :: BotSortAttribute 

Instances

Instances details
FromJSON BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

FromJSONKey BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToJSON BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToJSONKey BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToByteString BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToHeader BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToLog BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToQuery BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

FromText BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToText BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

FromXML BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

ToXML BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Generic BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Associated Types

type Rep BotSortAttribute :: Type -> Type #

Read BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Show BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

NFData BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Methods

rnf :: BotSortAttribute -> () #

Eq BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Ord BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

Hashable BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

type Rep BotSortAttribute Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotSortAttribute

type Rep BotSortAttribute = D1 ('MetaData "BotSortAttribute" "Amazonka.LexV2Models.Types.BotSortAttribute" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'True) (C1 ('MetaCons "BotSortAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBotSortAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))