Uses of Class
com.google.genai.types.FunctionResponse
Packages that use FunctionResponse
-
Uses of FunctionResponse in com.google.genai.types
Methods in com.google.genai.types that return FunctionResponseModifier and TypeMethodDescriptionabstract FunctionResponse
FunctionResponse.Builder.build()
static FunctionResponse
Deserializes a JSON string to a FunctionResponse object.Methods in com.google.genai.types that return types with arguments of type FunctionResponseModifier and TypeMethodDescriptionabstract Optional<FunctionResponse>
Part.functionResponse()
Optional.abstract Optional<List<FunctionResponse>>
LiveClientToolResponse.functionResponses()
The response to the function calls.abstract Optional<List<FunctionResponse>>
LiveSendToolResponseParameters.functionResponses()
Tool responses to send to the session.Methods in com.google.genai.types with parameters of type FunctionResponseModifier and TypeMethodDescriptionabstract Part.Builder
Part.Builder.functionResponse
(FunctionResponse functionResponse) Setter for functionResponse.LiveClientToolResponse.Builder.functionResponses
(FunctionResponse... functionResponses) Setter for functionResponses.LiveSendToolResponseParameters.Builder.functionResponses
(FunctionResponse... functionResponses) Setter for functionResponses.Method parameters in com.google.genai.types with type arguments of type FunctionResponseModifier and TypeMethodDescriptionabstract LiveClientToolResponse.Builder
LiveClientToolResponse.Builder.functionResponses
(List<FunctionResponse> functionResponses) Setter for functionResponses.LiveSendToolResponseParameters.Builder.functionResponses
(List<FunctionResponse> functionResponses) Setter for functionResponses.