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

Description

 
Synopsis

Documentation

data CustomVocabularyImportSpecification Source #

Provides the parameters required for importing a custom vocabulary.

See: newCustomVocabularyImportSpecification smart constructor.

Constructors

CustomVocabularyImportSpecification' 

Fields

  • botId :: Text

    The identifier of the bot to import the custom vocabulary to.

  • botVersion :: Text

    The version of the bot to import the custom vocabulary to.

  • localeId :: Text

    The identifier of the local to import the custom vocabulary to. The value must be en_GB.

Instances

Instances details
FromJSON CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

ToJSON CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

Generic CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

Read CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

Show CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

NFData CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

Eq CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

Hashable CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

type Rep CustomVocabularyImportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyImportSpecification

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

newCustomVocabularyImportSpecification Source #

Create a value of CustomVocabularyImportSpecification 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:botId:CustomVocabularyImportSpecification', customVocabularyImportSpecification_botId - The identifier of the bot to import the custom vocabulary to.

$sel:botVersion:CustomVocabularyImportSpecification', customVocabularyImportSpecification_botVersion - The version of the bot to import the custom vocabulary to.

$sel:localeId:CustomVocabularyImportSpecification', customVocabularyImportSpecification_localeId - The identifier of the local to import the custom vocabulary to. The value must be en_GB.

customVocabularyImportSpecification_botId :: Lens' CustomVocabularyImportSpecification Text Source #

The identifier of the bot to import the custom vocabulary to.

customVocabularyImportSpecification_botVersion :: Lens' CustomVocabularyImportSpecification Text Source #

The version of the bot to import the custom vocabulary to.

customVocabularyImportSpecification_localeId :: Lens' CustomVocabularyImportSpecification Text Source #

The identifier of the local to import the custom vocabulary to. The value must be en_GB.