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 FunctionInvocationInput
InvocationInputMember. 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 InvocationInputMember
InvocationInputMember. fromFunctionInvocationInput(FunctionInvocationInput functionInvocationInput)
Create an instance of this class withInvocationInputMember.functionInvocationInput()
initialized to the given value.InvocationInputMember.Builder
InvocationInputMember.Builder. functionInvocationInput(FunctionInvocationInput functionInvocationInput)
Contains information about the function that the agent predicts should be called.
-