Uses of Class
com.google.genai.types.GroundingChunkRetrievedContext
Packages that use GroundingChunkRetrievedContext
-
Uses of GroundingChunkRetrievedContext in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkRetrievedContextModifier and TypeMethodDescriptionabstract GroundingChunkRetrievedContextGroundingChunkRetrievedContext.Builder.build()Deserializes a JSON string to a GroundingChunkRetrievedContext object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkRetrievedContextModifier and TypeMethodDescriptionabstract Optional<GroundingChunkRetrievedContext>GroundingChunk.retrievedContext()A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search.Methods in com.google.genai.types with parameters of type GroundingChunkRetrievedContextModifier and TypeMethodDescriptionabstract GroundingChunk.BuilderGroundingChunk.Builder.retrievedContext(GroundingChunkRetrievedContext retrievedContext) Setter for retrievedContext.