Uses of Class
com.google.genai.types.FunctionResponseScheduling
Packages that use FunctionResponseScheduling
-
Uses of FunctionResponseScheduling in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type FunctionResponseSchedulingModifier and TypeMethodDescriptionabstract Optional<FunctionResponseScheduling>
FunctionResponse.scheduling()
Specifies how the response should be scheduled in the conversation.Methods in com.google.genai.types with parameters of type FunctionResponseSchedulingModifier and TypeMethodDescriptionabstract FunctionResponse.Builder
FunctionResponse.Builder.scheduling
(FunctionResponseScheduling scheduling) Setter for scheduling.