Class: Aws::LexModelsV2::Types::CreateBotVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot to create the version for.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3727

class CreateBotVersionRequest < Struct.new(
  :bot_id,
  :description,
  :bot_version_locale_specification)
  SENSITIVE = []
  include Aws::Structure
end

#bot_version_locale_specificationHash<String,Types::BotVersionLocaleDetails>

Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

Returns:



3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3727

class CreateBotVersionRequest < Struct.new(
  :bot_id,
  :description,
  :bot_version_locale_specification)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the version. Use the description to help identify the version in lists.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3727

class CreateBotVersionRequest < Struct.new(
  :bot_id,
  :description,
  :bot_version_locale_specification)
  SENSITIVE = []
  include Aws::Structure
end