| 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.BotLocaleExportSpecification
Description
Synopsis
- data BotLocaleExportSpecification = BotLocaleExportSpecification' {}
- newBotLocaleExportSpecification :: Text -> Text -> Text -> BotLocaleExportSpecification
- botLocaleExportSpecification_botId :: Lens' BotLocaleExportSpecification Text
- botLocaleExportSpecification_botVersion :: Lens' BotLocaleExportSpecification Text
- botLocaleExportSpecification_localeId :: Lens' BotLocaleExportSpecification Text
Documentation
data BotLocaleExportSpecification Source #
Provides the bot locale parameters required for exporting a bot locale.
See: newBotLocaleExportSpecification smart constructor.
Constructors
| BotLocaleExportSpecification' | |
Instances
newBotLocaleExportSpecification Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> BotLocaleExportSpecification |
Create a value of BotLocaleExportSpecification 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:BotLocaleExportSpecification', botLocaleExportSpecification_botId - The identifier of the bot to create the locale for.
$sel:botVersion:BotLocaleExportSpecification', botLocaleExportSpecification_botVersion - The version of the bot to export.
$sel:localeId:BotLocaleExportSpecification', botLocaleExportSpecification_localeId - The identifier of the language and locale to export. The string must
match one of the locales in the bot.
botLocaleExportSpecification_botId :: Lens' BotLocaleExportSpecification Text Source #
The identifier of the bot to create the locale for.
botLocaleExportSpecification_botVersion :: Lens' BotLocaleExportSpecification Text Source #
The version of the bot to export.
botLocaleExportSpecification_localeId :: Lens' BotLocaleExportSpecification Text Source #
The identifier of the language and locale to export. The string must match one of the locales in the bot.