Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationResultMember
Packages that use InvocationResultMember
-
Uses of InvocationResultMember in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationResultMemberModifier and TypeMethodDescriptionstatic InvocationResultMemberInvocationResultMember.fromApiResult(Consumer<ApiResult.Builder> apiResult) Create an instance of this class withapiResult()initialized to the given value.static InvocationResultMemberInvocationResultMember.fromApiResult(ApiResult apiResult) Create an instance of this class withapiResult()initialized to the given value.static InvocationResultMemberInvocationResultMember.fromFunctionResult(Consumer<FunctionResult.Builder> functionResult) Create an instance of this class withfunctionResult()initialized to the given value.static InvocationResultMemberInvocationResultMember.fromFunctionResult(FunctionResult functionResult) Create an instance of this class withfunctionResult()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationResultMemberModifier and TypeMethodDescriptionfinal List<InvocationResultMember>InlineSessionState.returnControlInvocationResults()Contains information about the results from the action group invocation.final List<InvocationResultMember>ReturnControlResults.returnControlInvocationResults()The action invocation result.final List<InvocationResultMember>SessionState.returnControlInvocationResults()Contains information about the results from the action group invocation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationResultMemberModifier and TypeMethodDescriptionInlineSessionState.Builder.returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults) Contains information about the results from the action group invocation.ReturnControlResults.Builder.returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults) The action invocation result.SessionState.Builder.returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults) Contains information about the results from the action group invocation.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationResultMemberModifier and TypeMethodDescriptionInlineSessionState.Builder.returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults) Contains information about the results from the action group invocation.ReturnControlResults.Builder.returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults) The action invocation result.SessionState.Builder.returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults) Contains information about the results from the action group invocation.