Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionResult.Builder
Packages that use FunctionResult.Builder
-
Uses of FunctionResult.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionResult.BuilderModifier and TypeMethodDescriptionFunctionResult.Builder.actionGroup(String actionGroup) The action group that the function belongs to.The agent's ID.static FunctionResult.BuilderFunctionResult.builder()FunctionResult.Builder.confirmationState(String confirmationState) Contains the user confirmation information about the function that was called.FunctionResult.Builder.confirmationState(ConfirmationState confirmationState) Contains the user confirmation information about the function that was called.The name of the function that was called.FunctionResult.Builder.responseBody(Map<String, ContentBody> responseBody) The response from the function call using the parameters.FunctionResult.Builder.responseState(String responseState) Controls the final response state returned to end user when API/Function execution failed.FunctionResult.Builder.responseState(ResponseState responseState) Controls the final response state returned to end user when API/Function execution failed.FunctionResult.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FunctionResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionResult.Builder>FunctionResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FunctionResult.BuilderModifier and TypeMethodDescriptionstatic InvocationResultMemberInvocationResultMember.fromFunctionResult(Consumer<FunctionResult.Builder> functionResult) Create an instance of this class withInvocationResultMember.functionResult()initialized to the given value.default InvocationResultMember.BuilderInvocationResultMember.Builder.functionResult(Consumer<FunctionResult.Builder> functionResult) The result from the function from the action group invocation.