Uses of Class
com.google.genai.types.InlinedResponse
Packages that use InlinedResponse
-
Uses of InlinedResponse in com.google.genai.types
Methods in com.google.genai.types that return InlinedResponseModifier and TypeMethodDescriptionabstract InlinedResponse
InlinedResponse.Builder.build()
static InlinedResponse
Deserializes a JSON string to a InlinedResponse object.Methods in com.google.genai.types that return types with arguments of type InlinedResponseModifier and TypeMethodDescriptionabstract Optional<List<InlinedResponse>>
BatchJobDestination.inlinedResponses()
The responses to the requests in the batch.Methods in com.google.genai.types with parameters of type InlinedResponseModifier and TypeMethodDescriptionBatchJobDestination.Builder.inlinedResponses
(InlinedResponse... inlinedResponses) Setter for inlinedResponses.Method parameters in com.google.genai.types with type arguments of type InlinedResponseModifier and TypeMethodDescriptionabstract BatchJobDestination.Builder
BatchJobDestination.Builder.inlinedResponses
(List<InlinedResponse> inlinedResponses) Setter for inlinedResponses.