Values.DeleteBotVersionRequestSourceDeletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation. This operation requires permissions for the lex:DeleteBotVersion action.
type nonrec t = {name : BotName.t;The name of the bot.
*)version : NumericalVersion.t;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.
*)}