Package com.google.genai.types
Class LiveSendToolResponseParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.LiveSendToolResponseParameters
Parameters for sending tool responses to the live API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for LiveSendToolResponseParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for LiveSendToolResponseParameters.Deserializes a JSON string to a LiveSendToolResponseParameters object.abstract Optional<List<FunctionResponse>>
Tool responses to send to the session.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonString, toJson
-
Constructor Details
-
LiveSendToolResponseParameters
public LiveSendToolResponseParameters()
-
-
Method Details
-
functionResponses
Tool responses to send to the session. -
builder
Instantiates a builder for LiveSendToolResponseParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a LiveSendToolResponseParameters object.
-