Class: Aws::LexModelsV2::Types::BotLocaleExportSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bot_idString

The identifier of the bot to create the locale for.

Returns:

  • (String)


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_versionString

The version of the bot to export.

Returns:

  • (String)


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_idString

The identifier of the language and locale to export. The string must match one of the locales in the bot.

Returns:

  • (String)


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