Uses of Class
com.google.genai.types.LiveClientToolResponse
Packages that use LiveClientToolResponse
-
Uses of LiveClientToolResponse in com.google.genai.types
Methods in com.google.genai.types that return LiveClientToolResponseModifier and TypeMethodDescriptionabstract LiveClientToolResponse
LiveClientToolResponse.Builder.build()
static LiveClientToolResponse
Deserializes a JSON string to a LiveClientToolResponse object.Methods in com.google.genai.types that return types with arguments of type LiveClientToolResponseModifier and TypeMethodDescriptionabstract Optional<LiveClientToolResponse>
LiveClientMessage.toolResponse()
Response to a `ToolCallMessage` received from the server.Methods in com.google.genai.types with parameters of type LiveClientToolResponseModifier and TypeMethodDescriptionabstract LiveClientMessage.Builder
LiveClientMessage.Builder.toolResponse
(LiveClientToolResponse toolResponse) Setter for toolResponse.