Uses of Class
com.google.genai.types.LiveServerToolCall
Packages that use LiveServerToolCall
-
Uses of LiveServerToolCall in com.google.genai.types
Methods in com.google.genai.types that return LiveServerToolCallModifier and TypeMethodDescriptionabstract LiveServerToolCall
LiveServerToolCall.Builder.build()
static LiveServerToolCall
Deserializes a JSON string to a LiveServerToolCall object.Methods in com.google.genai.types that return types with arguments of type LiveServerToolCallModifier and TypeMethodDescriptionabstract Optional<LiveServerToolCall>
LiveServerMessage.toolCall()
Request for the client to execute the `function_calls` and return the responses with the matching `id`s.Methods in com.google.genai.types with parameters of type LiveServerToolCallModifier and TypeMethodDescriptionabstract LiveServerMessage.Builder
LiveServerMessage.Builder.toolCall
(LiveServerToolCall toolCall) Setter for toolCall.