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

Description

 
Synopsis

Documentation

data Specifications Source #

Subslot specifications.

See: newSpecifications smart constructor.

Constructors

Specifications' 

Fields

Instances

Instances details
FromJSON Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

ToJSON Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

Generic Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

Associated Types

type Rep Specifications :: Type -> Type #

Read Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

Show Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

NFData Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

Methods

rnf :: Specifications -> () #

Eq Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

Hashable Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

type Rep Specifications Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Specifications

type Rep Specifications = D1 ('MetaData "Specifications" "Amazonka.LexV2Models.Types.Specifications" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "Specifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "slotTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "valueElicitationSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SubSlotValueElicitationSetting)))

newSpecifications Source #

Create a value of Specifications 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:slotTypeId:Specifications', specifications_slotTypeId - The unique identifier assigned to the slot type.

$sel:valueElicitationSetting:Specifications', specifications_valueElicitationSetting - Specifies the elicitation setting details for constituent sub slots of a composite slot.

specifications_slotTypeId :: Lens' Specifications Text Source #

The unique identifier assigned to the slot type.

specifications_valueElicitationSetting :: Lens' Specifications SubSlotValueElicitationSetting Source #

Specifies the elicitation setting details for constituent sub slots of a composite slot.