View source: R/lexmodelsv2_operations.R
lexmodelsv2_delete_bot_version | R Documentation |
Deletes a specific version of a bot. To delete all versions of a bot, use the delete_bot
operation.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_bot_version/ for full documentation.
lexmodelsv2_delete_bot_version(
botId,
botVersion,
skipResourceInUseCheck = NULL
)
botId |
[required] The identifier of the bot that contains the version. |
botVersion |
[required] The version 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.