Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionInvocationInput
Packages that use FunctionInvocationInput
-
Uses of FunctionInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionInvocationInputModifier and TypeMethodDescriptionfinal 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 FunctionInvocationInputModifier and TypeMethodDescriptionstatic InvocationInputMemberInvocationInputMember.fromFunctionInvocationInput(FunctionInvocationInput functionInvocationInput) Create an instance of this class withInvocationInputMember.functionInvocationInput()initialized to the given value.InvocationInputMember.Builder.functionInvocationInput(FunctionInvocationInput functionInvocationInput) Contains information about the function that the agent predicts should be called.