Uses of Class
com.google.genai.types.FunctionCallingConfig
Packages that use FunctionCallingConfig
-
Uses of FunctionCallingConfig in com.google.genai.types
Methods in com.google.genai.types that return FunctionCallingConfigModifier and TypeMethodDescriptionabstract FunctionCallingConfigFunctionCallingConfig.Builder.build()static FunctionCallingConfigDeserializes a JSON string to a FunctionCallingConfig object.Methods in com.google.genai.types that return types with arguments of type FunctionCallingConfigModifier and TypeMethodDescriptionabstract Optional<FunctionCallingConfig>ToolConfig.functionCallingConfig()Optional.Methods in com.google.genai.types with parameters of type FunctionCallingConfigModifier and TypeMethodDescriptionabstract ToolConfig.BuilderToolConfig.Builder.functionCallingConfig(FunctionCallingConfig functionCallingConfig) Setter for functionCallingConfig.