Package com.google.genai.types
Class LiveSendClientContentParameters.Builder
java.lang.Object
com.google.genai.types.LiveSendClientContentParameters.Builder
- Enclosing class:
- LiveSendClientContentParameters
Builder for LiveSendClientContentParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LiveSendClientContentParameters
build()
turnComplete
(boolean turnComplete) Setter for turnComplete.Setter for turns.turns
(Content.Builder... turnsBuilders) Setter for turns builder.Setter for turns.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
turns
Setter for turns.turns: Client content to send to the session.
-
turns
Setter for turns.turns: Client content to send to the session.
-
turns
Setter for turns builder.turns: Client content to send to the session.
-
turnComplete
Setter for turnComplete.turnComplete: If true, indicates that the server content generation should start with the currently accumulated prompt. Otherwise, the server will await additional messages before starting generation.
-
build
-