Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentActionGroup
Packages that use AgentActionGroup
-
Uses of AgentActionGroup in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentActionGroupModifier and TypeMethodDescriptionfinal AgentActionGroupCreateAgentActionGroupResponse.agentActionGroup()Contains details about the action group that was created.final AgentActionGroupGetAgentActionGroupResponse.agentActionGroup()Contains details about the action group.final AgentActionGroupUpdateAgentActionGroupResponse.agentActionGroup()Contains details about the action group that was updated.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentActionGroupModifier and TypeMethodDescriptionCreateAgentActionGroupResponse.Builder.agentActionGroup(AgentActionGroup agentActionGroup) Contains details about the action group that was created.GetAgentActionGroupResponse.Builder.agentActionGroup(AgentActionGroup agentActionGroup) Contains details about the action group.UpdateAgentActionGroupResponse.Builder.agentActionGroup(AgentActionGroup agentActionGroup) Contains details about the action group that was updated.