Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionResult
Packages that use FunctionResult
-
Uses of FunctionResult in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionResultModifier and TypeMethodDescriptionfinal FunctionResultInvocationResultMember.functionResult()The result from the function from the action group invocation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FunctionResultModifier and TypeMethodDescriptionstatic InvocationResultMemberInvocationResultMember.fromFunctionResult(FunctionResult functionResult) Create an instance of this class withInvocationResultMember.functionResult()initialized to the given value.InvocationResultMember.Builder.functionResult(FunctionResult functionResult) The result from the function from the action group invocation.