lexmodelsv2_delete_bot_version: Deletes a specific version of a bot

View source: R/lexmodelsv2_operations.R

lexmodelsv2_delete_bot_versionR Documentation

Deletes a specific version of a bot

Description

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.

Usage

lexmodelsv2_delete_bot_version(
  botId,
  botVersion,
  skipResourceInUseCheck = NULL
)

Arguments

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


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