Uses of Class
com.google.genai.types.AutomaticFunctionCallingConfig.Builder
Packages that use AutomaticFunctionCallingConfig.Builder
-
Uses of AutomaticFunctionCallingConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return AutomaticFunctionCallingConfig.BuilderModifier and TypeMethodDescriptionAutomaticFunctionCallingConfig.builder()
Instantiates a builder for AutomaticFunctionCallingConfig.AutomaticFunctionCallingConfig.Builder.disable
(boolean disable) Setter for disable.AutomaticFunctionCallingConfig.Builder.ignoreCallHistory
(boolean ignoreCallHistory) Setter for ignoreCallHistory.AutomaticFunctionCallingConfig.Builder.maximumRemoteCalls
(Integer maximumRemoteCalls) Setter for maximumRemoteCalls.AutomaticFunctionCallingConfig.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type AutomaticFunctionCallingConfig.BuilderModifier and TypeMethodDescriptionGenerateContentConfig.Builder.automaticFunctionCalling
(AutomaticFunctionCallingConfig.Builder automaticFunctionCallingBuilder) Setter for automaticFunctionCalling builder.