Package com.google.genai.types
Class LiveServerToolCallCancellation.Builder
java.lang.Object
com.google.genai.types.LiveServerToolCallCancellation.Builder
- Enclosing class:
- LiveServerToolCallCancellation
Builder for LiveServerToolCallCancellation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LiveServerToolCallCancellation
build()
Setter for ids.Setter for ids.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ids
Setter for ids.ids: The ids of the tool calls to be cancelled.
-
ids
Setter for ids.ids: The ids of the tool calls to be cancelled.
-
build
-