[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eGroundingChunk\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGroundingChunk\u003c/code\u003e class is a sealed class that implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<GroundingChunk>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<GroundingChunk>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is derived from the \u003ccode\u003eobject\u003c/code\u003e base class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGroundingChunk\u003c/code\u003e class offers two constructors, a default one and another one that takes another \u003ccode\u003eGroundingChunk\u003c/code\u003e object as a parameter for copying its values.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGroundingChunk\u003c/code\u003e contains three primary properties: \u003ccode\u003eChunkTypeCase\u003c/code\u003e, \u003ccode\u003eRetrievedContext\u003c/code\u003e, and \u003ccode\u003eWeb\u003c/code\u003e, each detailing different types of grounding data.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the GroundingChunk is 1.0.0-beta21, and a previous version, 1.0.0-beta20, is also documented.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class GroundingChunk (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GroundingChunk)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.GroundingChunk) \n\n public sealed class GroundingChunk : IMessage\u003cGroundingChunk\u003e, IEquatable\u003cGroundingChunk\u003e, IDeepCloneable\u003cGroundingChunk\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class GroundingChunk.\n\nGrounding chunk. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GroundingChunk \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GroundingChunk](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GroundingChunk), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GroundingChunk](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GroundingChunk), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GroundingChunk](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GroundingChunk), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### GroundingChunk()\n\n public GroundingChunk()\n\n### GroundingChunk(GroundingChunk)\n\n public GroundingChunk(GroundingChunk other)\n\nProperties\n----------\n\n### ChunkTypeCase\n\n public GroundingChunk.ChunkTypeOneofCase ChunkTypeCase { get; }\n\n### Maps\n\n public GroundingChunk.Types.Maps Maps { get; set; }\n\nGrounding chunk from Google Maps.\n\n### RetrievedContext\n\n public GroundingChunk.Types.RetrievedContext RetrievedContext { get; set; }\n\nGrounding chunk from context retrieved by the retrieval tools.\n\n### Web\n\n public GroundingChunk.Types.Web Web { get; set; }\n\nGrounding chunk from the web."]]