Uses of Class
com.google.genai.types.FunctionResponseBlob
Packages that use FunctionResponseBlob
-
Uses of FunctionResponseBlob in com.google.genai.types
Methods in com.google.genai.types that return FunctionResponseBlobModifier and TypeMethodDescriptionabstract FunctionResponseBlobFunctionResponseBlob.Builder.build()static FunctionResponseBlobDeserializes a JSON string to a FunctionResponseBlob object.Methods in com.google.genai.types that return types with arguments of type FunctionResponseBlobModifier and TypeMethodDescriptionabstract Optional<FunctionResponseBlob>FunctionResponsePart.inlineData()Optional.Methods in com.google.genai.types with parameters of type FunctionResponseBlobModifier and TypeMethodDescriptionabstract FunctionResponsePart.BuilderFunctionResponsePart.Builder.inlineData(FunctionResponseBlob inlineData) Setter for inlineData.