public sealed class GroundingChunk.Types.RetrievedContext : IMessage<GroundingChunk.Types.RetrievedContext>, IEquatable<GroundingChunk.Types.RetrievedContext>, IDeepCloneable<GroundingChunk.Types.RetrievedContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GroundingChunk.Types.RetrievedContext.
Chunk from context retrieved by the retrieval tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides reference documentation for the `GroundingChunk.Types.RetrievedContext` class within the Cloud AI Platform v1beta1 API."],["`GroundingChunk.Types.RetrievedContext` represents a chunk of context retrieved by retrieval tools and inherits from the `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, a default `RetrievedContext()` and one accepting another `RetrievedContext` object for cloning."],["The class includes properties to check if a title or URI is set (`HasTitle`, `HasUri`) and properties to set the title or URI for the attribution (`Title`, `Uri`)."]]],[]]