Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupInvocationInput
-
Packages that use ActionGroupInvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ActionGroupInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupInvocationInput Modifier and Type Method Description ActionGroupInvocationInputInvocationInput. actionGroupInvocationInput()Contains information about the action group to be invoked.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ActionGroupInvocationInput Modifier and Type Method Description InvocationInput.BuilderInvocationInput.Builder. actionGroupInvocationInput(ActionGroupInvocationInput actionGroupInvocationInput)Contains information about the action group to be invoked.
-