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 FunctionResponseBlob
FunctionResponseBlob.Builder.build()
static FunctionResponseBlob
Deserializes 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.Builder
FunctionResponsePart.Builder.inlineData
(FunctionResponseBlob inlineData) Setter for inlineData.