Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupExecutor.Builder
Packages that use ActionGroupExecutor.Builder
-
Uses of ActionGroupExecutor.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupExecutor.BuilderModifier and TypeMethodDescriptionstatic ActionGroupExecutor.BuilderActionGroupExecutor.builder()ActionGroupExecutor.Builder.customControl(String customControl) To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.Builder.customControl(CustomControlMethod customControl) To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.ActionGroupExecutor.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ActionGroupExecutor.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActionGroupExecutor.Builder>ActionGroupExecutor.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ActionGroupExecutor.BuilderModifier and TypeMethodDescriptiondefault AgentActionGroup.BuilderAgentActionGroup.Builder.actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor) The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.