Uses of Class
com.google.genai.types.LiveServerToolCall.Builder
Packages that use LiveServerToolCall.Builder
-
Uses of LiveServerToolCall.Builder in com.google.genai.types
Methods in com.google.genai.types that return LiveServerToolCall.BuilderModifier and TypeMethodDescriptionstatic LiveServerToolCall.Builder
LiveServerToolCall.builder()
Instantiates a builder for LiveServerToolCall.LiveServerToolCall.Builder.functionCalls
(FunctionCall... functionCalls) Setter for functionCalls.LiveServerToolCall.Builder.functionCalls
(FunctionCall.Builder... functionCallsBuilders) Setter for functionCalls builder.abstract LiveServerToolCall.Builder
LiveServerToolCall.Builder.functionCalls
(List<FunctionCall> functionCalls) Setter for functionCalls.abstract LiveServerToolCall.Builder
LiveServerToolCall.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type LiveServerToolCall.BuilderModifier and TypeMethodDescriptionLiveServerMessage.Builder.toolCall
(LiveServerToolCall.Builder toolCallBuilder) Setter for toolCall builder.