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