lexmodelbuildingservice_delete_bot_alias {paws.machine.learning} | R Documentation |
Deletes an alias for the specified bot
Description
Deletes an alias for the specified bot.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_delete_bot_alias/ for full documentation.
Usage
lexmodelbuildingservice_delete_bot_alias(name, botName)
Arguments
name |
[required] The name of the alias to delete. The name is case sensitive. |
botName |
[required] The name of the bot that the alias points to. |
[Package paws.machine.learning version 0.7.0 Index]