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 FunctionResponsePart
FunctionResponsePart.Builder.build()
static FunctionResponsePart
Deserializes a JSON string to a FunctionResponsePart object.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 TypeMethodDescriptionFunctionResponse.Builder.parts
(FunctionResponsePart... parts) Setter for parts.Method parameters in com.google.genai.types with type arguments of type FunctionResponsePartModifier and TypeMethodDescriptionabstract FunctionResponse.Builder
FunctionResponse.Builder.parts
(List<FunctionResponsePart> parts) Setter for parts.