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

Description

 
Synopsis

Documentation

data CustomVocabularyEntryId Source #

The unique entry identifier for the custom vocabulary items.

See: newCustomVocabularyEntryId smart constructor.

Constructors

CustomVocabularyEntryId' 

Fields

  • itemId :: Text

    The unique item identifier for the custom vocabulary items.

Instances

Instances details
ToJSON CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

Generic CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

Associated Types

type Rep CustomVocabularyEntryId :: Type -> Type #

Read CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

Show CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

NFData CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

Methods

rnf :: CustomVocabularyEntryId -> () #

Eq CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

Hashable CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

type Rep CustomVocabularyEntryId Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyEntryId

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

newCustomVocabularyEntryId Source #

Create a value of CustomVocabularyEntryId 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:itemId:CustomVocabularyEntryId', customVocabularyEntryId_itemId - The unique item identifier for the custom vocabulary items.

customVocabularyEntryId_itemId :: Lens' CustomVocabularyEntryId Text Source #

The unique item identifier for the custom vocabulary items.