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 LiveSendClientContentParametersbuild()Clears the value of turnComplete field.Clears the value of turns field.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
@CanIgnoreReturnValue public LiveSendClientContentParameters.Builder turns(Content.Builder... turnsBuilders) Setter for turns builder.turns: Client content to send to the session.
-
clearTurns
Clears the value of turns field. -
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.
-
clearTurnComplete
Clears the value of turnComplete field. -
build
-