Package com.google.genai.types
Class LiveSendClientContentParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.LiveSendClientContentParameters
Parameters for sending client content to the live API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for LiveSendClientContentParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for LiveSendClientContentParameters.Deserializes a JSON string to a LiveSendClientContentParameters object.Creates a builder with the same values as this instance.If true, indicates that the server content generation should start with the currently accumulated prompt.turns()
Client content to send to the session.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
LiveSendClientContentParameters
public LiveSendClientContentParameters()
-
-
Method Details
-
turns
Client content to send to the session. -
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. -
builder
Instantiates a builder for LiveSendClientContentParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a LiveSendClientContentParameters object.
-