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
)
[required] The agent's ID.
[required] The agent's version.
The maximum number of agent collaborators to return in one page of results.
Specify the pagination token from a previous request to retrieve the next page of results.