Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionResult.Builder
-
Packages that use FunctionResult.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FunctionResult.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionResult.Builder Modifier and Type Method Description FunctionResult.BuilderFunctionResult.Builder. actionGroup(String actionGroup)The action group that the function belongs to.static FunctionResult.BuilderFunctionResult. builder()FunctionResult.BuilderFunctionResult.Builder. function(String function)The name of the function that was called.FunctionResult.BuilderFunctionResult.Builder. responseBody(Map<String,ContentBody> responseBody)The response from the function call using the parameters.FunctionResult.BuilderFunctionResult.Builder. responseState(String responseState)Controls the final response state returned to end user when API/Function execution failed.FunctionResult.BuilderFunctionResult.Builder. responseState(ResponseState responseState)Controls the final response state returned to end user when API/Function execution failed.FunctionResult.BuilderFunctionResult. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FunctionResult.Builder Modifier and Type Method Description static Class<? extends FunctionResult.Builder>FunctionResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FunctionResult.Builder Modifier and Type Method Description static 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.
-