class Aws::LexModelsV2::Types::CreateBotVersionRequest

@note When making an API call, you may pass CreateBotVersionRequest

data as a hash:

    {
      bot_id: "Id", # required
      description: "Description",
      bot_version_locale_specification: { # required
        "LocaleId" => {
          source_bot_version: "BotVersion", # required
        },
      },
    }

@!attribute [rw] bot_id

The identifier of the bot to create the version for.
@return [String]

@!attribute [rw] description

A description of the version. Use the description to help identify
the version in lists.
@return [String]

@!attribute [rw] bot_version_locale_specification

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.
@return [Hash<String,Types::BotVersionLocaleDetails>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateBotVersionRequest AWS API Documentation

Constants

SENSITIVE