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

Description

 

Documentation

newtype SlotShape Source #

Constructors

SlotShape' 

Fields

Bundled Patterns

pattern SlotShape_List :: SlotShape 
pattern SlotShape_Scalar :: SlotShape 

Instances

Instances details
FromJSON SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

FromJSONKey SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToJSON SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToJSONKey SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToByteString SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Methods

toBS :: SlotShape -> ByteString #

ToHeader SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToLog SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToQuery SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

FromText SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToText SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Methods

toText :: SlotShape -> Text #

FromXML SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

ToXML SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Methods

toXML :: SlotShape -> XML #

Generic SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Associated Types

type Rep SlotShape :: Type -> Type #

Read SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Show SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

NFData SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Methods

rnf :: SlotShape -> () #

Eq SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Ord SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

Hashable SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

type Rep SlotShape Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotShape

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