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

Description

 
Synopsis

Documentation

data CustomVocabularyExportSpecification Source #

Provides the parameters required for exporting a custom vocabulary.

See: newCustomVocabularyExportSpecification smart constructor.

Constructors

CustomVocabularyExportSpecification' 

Fields

  • botId :: Text

    The identifier of the bot that contains the custom vocabulary to export.

  • botVersion :: Text

    The version of the bot that contains the custom vocabulary to export.

  • localeId :: Text

    The locale of the bot that contains the custom vocabulary to export.

Instances

Instances details
FromJSON CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

ToJSON CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

Generic CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

Read CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

Show CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

NFData CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

Eq CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

Hashable CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

type Rep CustomVocabularyExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification

type Rep CustomVocabularyExportSpecification = D1 ('MetaData "CustomVocabularyExportSpecification" "Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "CustomVocabularyExportSpecification'" '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))))

newCustomVocabularyExportSpecification Source #

Create a value of CustomVocabularyExportSpecification 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:CustomVocabularyExportSpecification', customVocabularyExportSpecification_botId - The identifier of the bot that contains the custom vocabulary to export.

$sel:botVersion:CustomVocabularyExportSpecification', customVocabularyExportSpecification_botVersion - The version of the bot that contains the custom vocabulary to export.

$sel:localeId:CustomVocabularyExportSpecification', customVocabularyExportSpecification_localeId - The locale of the bot that contains the custom vocabulary to export.

customVocabularyExportSpecification_botId :: Lens' CustomVocabularyExportSpecification Text Source #

The identifier of the bot that contains the custom vocabulary to export.

customVocabularyExportSpecification_botVersion :: Lens' CustomVocabularyExportSpecification Text Source #

The version of the bot that contains the custom vocabulary to export.

customVocabularyExportSpecification_localeId :: Lens' CustomVocabularyExportSpecification Text Source #

The locale of the bot that contains the custom vocabulary to export.