| 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.CustomVocabularyImportSpecification
Description
Synopsis
- data CustomVocabularyImportSpecification = CustomVocabularyImportSpecification' {}
- newCustomVocabularyImportSpecification :: Text -> Text -> Text -> CustomVocabularyImportSpecification
- customVocabularyImportSpecification_botId :: Lens' CustomVocabularyImportSpecification Text
- customVocabularyImportSpecification_botVersion :: Lens' CustomVocabularyImportSpecification Text
- customVocabularyImportSpecification_localeId :: Lens' CustomVocabularyImportSpecification Text
Documentation
data CustomVocabularyImportSpecification Source #
Provides the parameters required for importing a custom vocabulary.
See: newCustomVocabularyImportSpecification smart constructor.
Constructors
| CustomVocabularyImportSpecification' | |
Instances
newCustomVocabularyImportSpecification Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CustomVocabularyImportSpecification |
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.