| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.CustomVocabularyExportSpecification
Description
Synopsis
- data CustomVocabularyExportSpecification = CustomVocabularyExportSpecification' {}
- newCustomVocabularyExportSpecification :: Text -> Text -> Text -> CustomVocabularyExportSpecification
- customVocabularyExportSpecification_botId :: Lens' CustomVocabularyExportSpecification Text
- customVocabularyExportSpecification_botVersion :: Lens' CustomVocabularyExportSpecification Text
- customVocabularyExportSpecification_localeId :: Lens' CustomVocabularyExportSpecification Text
Documentation
data CustomVocabularyExportSpecification Source #
Provides the parameters required for exporting a custom vocabulary.
See: newCustomVocabularyExportSpecification smart constructor.
Constructors
| CustomVocabularyExportSpecification' | |
Instances
newCustomVocabularyExportSpecification Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CustomVocabularyExportSpecification |
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.