Package com.google.genai.types
Class LiveServerToolCall.Builder
java.lang.Object
com.google.genai.types.LiveServerToolCall.Builder
- Enclosing class:
- LiveServerToolCall
Builder for LiveServerToolCall.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LiveServerToolCall
build()
functionCalls
(FunctionCall... functionCalls) Setter for functionCalls.functionCalls
(FunctionCall.Builder... functionCallsBuilders) Setter for functionCalls builder.abstract LiveServerToolCall.Builder
functionCalls
(List<FunctionCall> functionCalls) Setter for functionCalls.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
functionCalls
Setter for functionCalls.functionCalls: The function call to be executed.
-
functionCalls
Setter for functionCalls.functionCalls: The function call to be executed.
-
functionCalls
Setter for functionCalls builder.functionCalls: The function call to be executed.
-
build
-