Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.AgentActionGroup
-
Packages that use AgentActionGroup Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of AgentActionGroup in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type AgentActionGroup Modifier and Type Method Description List<AgentActionGroup>Collaborator. actionGroups()List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.List<AgentActionGroup>InvokeInlineAgentRequest. actionGroups()A list of action groups with each action group defining the action the inline agent needs to carry out.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type AgentActionGroup Modifier and Type Method Description Collaborator.BuilderCollaborator.Builder. actionGroups(AgentActionGroup... actionGroups)List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. actionGroups(AgentActionGroup... actionGroups)A list of action groups with each action group defining the action the inline agent needs to carry out.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type AgentActionGroup Modifier and Type Method Description Collaborator.BuilderCollaborator.Builder. actionGroups(Collection<AgentActionGroup> actionGroups)List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. actionGroups(Collection<AgentActionGroup> actionGroups)A list of action groups with each action group defining the action the inline agent needs to carry out.
-