lexmodelsv2_delete_bot_alias: Deletes the specified bot alias

View source: R/lexmodelsv2_operations.R

lexmodelsv2_delete_bot_aliasR Documentation

Deletes the specified bot alias

Description

Deletes the specified bot alias.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_bot_alias/ for full documentation.

Usage

lexmodelsv2_delete_bot_alias(botAliasId, botId, skipResourceInUseCheck = NULL)

Arguments

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 ResourceInUseException exception if the alias is being used by another resource. Set this parameter to true to skip this check and remove the alias even if it is being used by another resource.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.