View source: R/bedrockagent_operations.R
bedrockagent_disassociate_agent_knowledge_base | R Documentation |
Disassociates a knowledge base from an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_disassociate_agent_knowledge_base/ for full documentation.
bedrockagent_disassociate_agent_knowledge_base(
agentId,
agentVersion,
knowledgeBaseId
)
agentId |
[required] The unique identifier of the agent from which to disassociate the knowledge base. |
agentVersion |
[required] The version of the agent from which to disassociate the knowledge base. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base to disassociate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.