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

Description

 
Synopsis

Documentation

data BuiltInSlotTypeSummary Source #

Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.

See: newBuiltInSlotTypeSummary smart constructor.

Constructors

BuiltInSlotTypeSummary' 

Fields

Instances

Instances details
FromJSON BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

Generic BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

Associated Types

type Rep BuiltInSlotTypeSummary :: Type -> Type #

Read BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

Show BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

NFData BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

Methods

rnf :: BuiltInSlotTypeSummary -> () #

Eq BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

Hashable BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

type Rep BuiltInSlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInSlotTypeSummary

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

newBuiltInSlotTypeSummary :: BuiltInSlotTypeSummary Source #

Create a value of BuiltInSlotTypeSummary 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:description:BuiltInSlotTypeSummary', builtInSlotTypeSummary_description - The description of the built-in slot type.

$sel:slotTypeSignature:BuiltInSlotTypeSummary', builtInSlotTypeSummary_slotTypeSignature - The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.

builtInSlotTypeSummary_description :: Lens' BuiltInSlotTypeSummary (Maybe Text) Source #

The description of the built-in slot type.

builtInSlotTypeSummary_slotTypeSignature :: Lens' BuiltInSlotTypeSummary (Maybe Text) Source #

The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.