View source: R/lexmodelsv2_operations.R
lexmodelsv2_delete_bot_alias | R Documentation |
Deletes the specified bot alias.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_bot_alias/ for full documentation.
lexmodelsv2_delete_bot_alias(botAliasId, botId, skipResourceInUseCheck = NULL)
botAliasId |
[required] The unique identifier of the bot alias to delete. |
botId |
[required] The unique identifier of the bot associated with the alias to delete. |
skipResourceInUseCheck |
By default, Amazon Lex checks if any other resource, such as a bot
network, is using the bot alias 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.