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

Description

 
Synopsis

Documentation

data SlotTypeSummary Source #

Provides summary information about a slot type.

See: newSlotTypeSummary smart constructor.

Constructors

SlotTypeSummary' 

Fields

Instances

Instances details
FromJSON SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

Generic SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

Associated Types

type Rep SlotTypeSummary :: Type -> Type #

Read SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

Show SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

NFData SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

Methods

rnf :: SlotTypeSummary -> () #

Eq SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

Hashable SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

type Rep SlotTypeSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSummary

type Rep SlotTypeSummary = D1 ('MetaData "SlotTypeSummary" "Amazonka.LexV2Models.Types.SlotTypeSummary" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "SlotTypeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "parentSlotTypeSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "slotTypeCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlotTypeCategory)) :*: (S1 ('MetaSel ('Just "slotTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "slotTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSlotTypeSummary :: SlotTypeSummary Source #

Create a value of SlotTypeSummary 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:SlotTypeSummary', slotTypeSummary_description - The description of the slot type.

$sel:lastUpdatedDateTime:SlotTypeSummary', slotTypeSummary_lastUpdatedDateTime - A timestamp of the date and time that the slot type was last updated.

$sel:parentSlotTypeSignature:SlotTypeSummary', slotTypeSummary_parentSlotTypeSignature - If the slot type is derived from a built-on slot type, the name of the parent slot type.

$sel:slotTypeCategory:SlotTypeSummary', slotTypeSummary_slotTypeCategory - Indicates the type of the slot type.

$sel:slotTypeId:SlotTypeSummary', slotTypeSummary_slotTypeId - The unique identifier assigned to the slot type.

$sel:slotTypeName:SlotTypeSummary', slotTypeSummary_slotTypeName - The name of the slot type.

slotTypeSummary_description :: Lens' SlotTypeSummary (Maybe Text) Source #

The description of the slot type.

slotTypeSummary_lastUpdatedDateTime :: Lens' SlotTypeSummary (Maybe UTCTime) Source #

A timestamp of the date and time that the slot type was last updated.

slotTypeSummary_parentSlotTypeSignature :: Lens' SlotTypeSummary (Maybe Text) Source #

If the slot type is derived from a built-on slot type, the name of the parent slot type.

slotTypeSummary_slotTypeCategory :: Lens' SlotTypeSummary (Maybe SlotTypeCategory) Source #

Indicates the type of the slot type.

slotTypeSummary_slotTypeId :: Lens' SlotTypeSummary (Maybe Text) Source #

The unique identifier assigned to the slot type.