View source: R/bedrockagent_operations.R
bedrockagent_list_agent_collaborators | R Documentation |
Retrieve a list of an agent's collaborators.
See https://www.paws-r-sdk.com/docs/bedrockagent_list_agent_collaborators/ for full documentation.
bedrockagent_list_agent_collaborators(
agentId,
agentVersion,
maxResults = NULL,
nextToken = NULL
)
agentId |
[required] The agent's ID. |
agentVersion |
[required] The agent's version. |
maxResults |
The maximum number of agent collaborators to return in one page of results. |
nextToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.