class Aws::LexModelBuildingService::Types::CreateBotVersionRequest

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

data as a hash:

    {
      name: "BotName", # required
      checksum: "String",
    }

@!attribute [rw] name

The name of the bot that you want to create a new version of. The
name is case sensitive.
@return [String]

@!attribute [rw] checksum

Identifies a specific revision of the `$LATEST` version of the bot.
If you specify a checksum and the `$LATEST` version of the bot has a
different checksum, a `PreconditionFailedException` exception is
returned and Amazon Lex doesn't publish a new version. If you
don't specify a checksum, Amazon Lex publishes the `$LATEST`
version.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/CreateBotVersionRequest AWS API Documentation

Constants

SENSITIVE