View source: R/lexmodelsv2_operations.R
lexmodelsv2_untag_resource | R Documentation |
Removes tags from a bot, bot alias, or bot channel.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_untag_resource/ for full documentation.
lexmodelsv2_untag_resource(resourceARN, tagKeys)
resourceARN |
[required] The Amazon Resource Name (ARN) of the resource to remove the tags from. |
tagKeys |
[required] A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.