Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionInvocationInput
-
Packages that use FunctionInvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FunctionInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionInvocationInput Modifier and Type Method Description FunctionInvocationInputInvocationInputMember. functionInvocationInput()Contains information about the function that the agent predicts should be called.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FunctionInvocationInput Modifier and Type Method Description static InvocationInputMemberInvocationInputMember. fromFunctionInvocationInput(FunctionInvocationInput functionInvocationInput)Create an instance of this class withInvocationInputMember.functionInvocationInput()initialized to the given value.InvocationInputMember.BuilderInvocationInputMember.Builder. functionInvocationInput(FunctionInvocationInput functionInvocationInput)Contains information about the function that the agent predicts should be called.
-