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()Optional.@Nullable com.google.common.collect.ImmutableList<FunctionCall>GenerateContentResponse.functionCalls()Returns the list of function calls in the response.Methods in com.google.genai.types with parameters of type FunctionCallModifier and TypeMethodDescriptionabstract Part.BuilderPart.Builder.functionCall(FunctionCall functionCall)