Uses of Class
com.google.genai.types.FunctionCallingConfigMode
Packages that use FunctionCallingConfigMode
-
Uses of FunctionCallingConfigMode in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type FunctionCallingConfigModeModifier and TypeMethodDescriptionabstract Optional<FunctionCallingConfigMode>FunctionCallingConfig.mode()Optional.Methods in com.google.genai.types with parameters of type FunctionCallingConfigModeModifier and TypeMethodDescriptionabstract FunctionCallingConfig.BuilderFunctionCallingConfig.Builder.mode(FunctionCallingConfigMode mode) Setter for mode.