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>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 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 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.
-