class Aws::LexModelBuildingService::Types::DeleteBotVersionRequest

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

data as a hash:

    {
      name: "BotName", # required
      version: "NumericalVersion", # required
    }

@!attribute [rw] name

The name of the bot.
@return [String]

@!attribute [rw] version

The version of the bot to delete. You cannot delete the `$LATEST`
version of the bot. To delete the `$LATEST` version, use the
DeleteBot operation.
@return [String]

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

Constants

SENSITIVE