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()Grounding chunk from context retrieved by the retrieval tools.Methods in com.google.genai.types with parameters of type GroundingChunkRetrievedContextModifier and TypeMethodDescriptionabstract GroundingChunk.BuilderGroundingChunk.Builder.retrievedContext(GroundingChunkRetrievedContext retrievedContext) Setter for retrievedContext.