Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.AgentActionGroup
Packages that use AgentActionGroup
-
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 AgentActionGroupModifier and TypeMethodDescriptionfinal List<AgentActionGroup>Collaborator.actionGroups()List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.final 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 AgentActionGroupModifier and TypeMethodDescriptionCollaborator.Builder.actionGroups(AgentActionGroup... actionGroups) List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.InvokeInlineAgentRequest.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 AgentActionGroupModifier and TypeMethodDescriptionCollaborator.Builder.actionGroups(Collection<AgentActionGroup> actionGroups) List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.InvokeInlineAgentRequest.Builder.actionGroups(Collection<AgentActionGroup> actionGroups) A list of action groups with each action group defining the action the inline agent needs to carry out.