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, specifically in the .NET environment."],["`GroundingChunk.Types.RetrievedContext` represents a chunk of context retrieved by retrieval tools, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers constructors to instantiate a new `RetrievedContext` object, either empty or based on another existing `RetrievedContext` instance."],["Key properties of `RetrievedContext` include `HasText`, `HasTitle`, and `HasUri`, which determine whether the associated text, title, and URI fields are set, respectively, along with `Text`, `Title`, and `Uri` properties that allow access to text, title and URI information."],["The latest version in this document is `1.0.0-beta21`, and the namespace is `Google.Cloud.AIPlatform.V1Beta1`, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]