Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexmodelbuildingservice_delete_bot

Deletes all versions of the bot, including the $LATEST version


Description

Deletes all versions of the bot, including the $LATEST version. To delete a specific version of the bot, use the delete_bot_version operation. The delete_bot operation doesn't immediately remove the bot schema. Instead, it is marked for deletion and removed later.

Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the delete_utterances operation.

If a bot has an alias, you can't delete it. Instead, the delete_bot operation returns a ResourceInUseException exception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until the delete_bot operation is successful.

This operation requires permissions for the lex:DeleteBot action.

Usage

lexmodelbuildingservice_delete_bot(name)

Arguments

name

[required] The name of the bot. The name is case sensitive.

Value

An empty list.

Request syntax

svc$delete_bot(
  name = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.