Uses of Class
com.google.genai.types.FunctionResponsePart
Packages that use FunctionResponsePart
-
Uses of FunctionResponsePart in com.google.genai.types
Methods in com.google.genai.types that return FunctionResponsePartModifier and TypeMethodDescriptionabstract FunctionResponsePartFunctionResponsePart.Builder.build()static FunctionResponsePartConstructs a FunctionResponsePart with FunctionResponseBlob from a byte array and MIME type.static FunctionResponsePartDeserializes a JSON string to a FunctionResponsePart object.static FunctionResponsePartConstructs a FunctionResponsePart with FunctionResponseFileData from a file URI and MIME type.Methods in com.google.genai.types that return types with arguments of type FunctionResponsePartModifier and TypeMethodDescriptionabstract Optional<List<FunctionResponsePart>>FunctionResponse.parts()List of parts that constitute a function response.Methods in com.google.genai.types with parameters of type FunctionResponsePartModifier and TypeMethodDescriptionstatic PartPart.fromFunctionResponse(String name, Map<String, Object> response, FunctionResponsePart... functionResponseParts) Constructs a FunctionResponse Part from a function name, response and function response parts.FunctionResponse.Builder.parts(FunctionResponsePart... parts) Setter for parts.Method parameters in com.google.genai.types with type arguments of type FunctionResponsePartModifier and TypeMethodDescriptionabstract FunctionResponse.BuilderFunctionResponse.Builder.parts(List<FunctionResponsePart> parts) Setter for parts.