lexmodelsv2_delete_bot {paws.machine.learning} | R Documentation |
Deletes all versions of a bot, including the Draft version
Description
Deletes all versions of a bot, including the Draft
version. To delete a specific version, use the delete_bot_version
operation.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_bot/ for full documentation.
Usage
lexmodelsv2_delete_bot(botId, skipResourceInUseCheck = NULL)
Arguments
botId |
[required] The identifier of the bot to delete. |
skipResourceInUseCheck |
By default, Amazon Lex checks if any other resource, such as an alias or
bot network, is using the bot version before it is deleted and throws a
|
[Package paws.machine.learning version 0.9.0 Index]