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

Description

 
Synopsis

Documentation

data SubSlotSetting Source #

Specifications for the constituent sub slots and the expression for the composite slot.

See: newSubSlotSetting smart constructor.

Constructors

SubSlotSetting' 

Fields

Instances

Instances details
FromJSON SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

ToJSON SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

Generic SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

Associated Types

type Rep SubSlotSetting :: Type -> Type #

Read SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

Show SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

NFData SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

Methods

rnf :: SubSlotSetting -> () #

Eq SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

Hashable SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

type Rep SubSlotSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SubSlotSetting

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

newSubSlotSetting :: SubSlotSetting Source #

Create a value of SubSlotSetting 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:expression:SubSlotSetting', subSlotSetting_expression - The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

$sel:slotSpecifications:SubSlotSetting', subSlotSetting_slotSpecifications - Specifications for the constituent sub slots of a composite slot.

subSlotSetting_expression :: Lens' SubSlotSetting (Maybe Text) Source #

The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

subSlotSetting_slotSpecifications :: Lens' SubSlotSetting (Maybe (HashMap Text Specifications)) Source #

Specifications for the constituent sub slots of a composite slot.