Uses of Class
com.google.genai.types.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in com.google.genai.types
Methods in com.google.genai.types that return FunctionCallModifier and TypeMethodDescriptionabstract FunctionCallFunctionCall.Builder.build()static FunctionCallDeserializes a JSON string to a FunctionCall object.Methods in com.google.genai.types that return types with arguments of type FunctionCallModifier and TypeMethodDescriptionabstract Optional<FunctionCall>Part.functionCall()A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing the parameters and their values.@Nullable com.google.common.collect.ImmutableList<FunctionCall>GenerateContentResponse.functionCalls()Returns the list of function calls in the response.abstract Optional<List<FunctionCall>>LiveServerToolCall.functionCalls()The function call to be executed.Methods in com.google.genai.types with parameters of type FunctionCallModifier and TypeMethodDescriptionabstract Part.BuilderPart.Builder.functionCall(FunctionCall functionCall) Setter for functionCall.LiveServerToolCall.Builder.functionCalls(FunctionCall... functionCalls) Setter for functionCalls.Method parameters in com.google.genai.types with type arguments of type FunctionCallModifier and TypeMethodDescriptionabstract LiveServerToolCall.BuilderLiveServerToolCall.Builder.functionCalls(List<FunctionCall> functionCalls) Setter for functionCalls.