Class: Aws::LexModelsV2::Types::BotLocaleExportSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotLocaleExportSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides the bot locale parameters required for exporting a bot locale.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot to create the locale for.
-
#bot_version ⇒ String
The version of the bot to export.
-
#locale_id ⇒ String
The identifier of the language and locale to export.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot to create the locale for.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2219 class BotLocaleExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot to export.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2219 class BotLocaleExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The identifier of the language and locale to export. The string must match one of the locales in the bot.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2219 class BotLocaleExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |