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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2156

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)


2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2156

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)


2156
2157
2158
2159
2160
2161
2162
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2156

class BotLocaleExportSpecification < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end