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 FunctionCallingConfig
FunctionCallingConfig.Builder.build()
static FunctionCallingConfig
Deserializes 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.Builder
ToolConfig.Builder.functionCallingConfig
(FunctionCallingConfig functionCallingConfig) Setter for functionCallingConfig.