View source: R/bedrockagent_operations.R
bedrockagent_delete_agent_action_group | R Documentation |
Deletes an action group in an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_delete_agent_action_group/ for full documentation.
bedrockagent_delete_agent_action_group(
actionGroupId,
agentId,
agentVersion,
skipResourceInUseCheck = NULL
)
actionGroupId |
[required] The unique identifier of the action group to delete. |
agentId |
[required] The unique identifier of the agent that the action group belongs to. |
agentVersion |
[required] The version of the agent that the action group belongs to. |
skipResourceInUseCheck |
By default, this value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.