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 FunctionResponseFunctionResponse.Builder.build()static FunctionResponseDeserializes 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.BuilderPart.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.BuilderLiveClientToolResponse.Builder.functionResponses(List<FunctionResponse> functionResponses) Setter for functionResponses.LiveSendToolResponseParameters.Builder.functionResponses(List<FunctionResponse> functionResponses) Setter for functionResponses.