[[["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-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGroundedGenerationService.GroundedGenerationServiceBase\u003c/code\u003e class is 1.6.0, with previous versions ranging from 1.5.0 down to 1.0.0-beta06 available.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the base for server-side implementations of \u003ccode\u003eGroundedGenerationService\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGroundedGenerationService.GroundedGenerationServiceBase\u003c/code\u003e includes methods for \u003ccode\u003eCheckGrounding\u003c/code\u003e, \u003ccode\u003eGenerateGroundedContent\u003c/code\u003e, and \u003ccode\u003eStreamGenerateGroundedContent\u003c/code\u003e, which can be used for grounding content.\u003c/p\u003e\n"],["\u003cp\u003eThe methods interact with requests and responses using \u003ccode\u003eCheckGroundingRequest\u003c/code\u003e, \u003ccode\u003eCheckGroundingResponse\u003c/code\u003e, \u003ccode\u003eGenerateGroundedContentRequest\u003c/code\u003e, and \u003ccode\u003eGenerateGroundedContentResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamGenerateGroundedContent\u003c/code\u003e method supports streaming, allowing for requests to be read via \u003ccode\u003eIAsyncStreamReader\u003c/code\u003e and responses to be sent back via \u003ccode\u003eIServerStreamWriter\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1 API - Class GroundedGenerationService.GroundedGenerationServiceBase (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.GroundedGenerationService.GroundedGenerationServiceBase) \n\n [BindServiceMethod(typeof(GroundedGenerationService), \"BindService\")]\n public abstract class GroundedGenerationService.GroundedGenerationServiceBase\n\nReference documentation and code samples for the Discovery Engine v1 API class GroundedGenerationService.GroundedGenerationServiceBase.\n\nBase class for server-side implementations of GroundedGenerationService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GroundedGenerationService.GroundedGenerationServiceBase \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nMethods\n-------\n\n### CheckGrounding(CheckGroundingRequest, ServerCallContext)\n\n public virtual Task\u003cCheckGroundingResponse\u003e CheckGrounding(CheckGroundingRequest request, ServerCallContext context)\n\nPerforms a grounding check.\n\n### GenerateGroundedContent(GenerateGroundedContentRequest, ServerCallContext)\n\n public virtual Task\u003cGenerateGroundedContentResponse\u003e GenerateGroundedContent(GenerateGroundedContentRequest request, ServerCallContext context)\n\nGenerates grounded content.\n\n### StreamGenerateGroundedContent(IAsyncStreamReader\\\u003cGenerateGroundedContentRequest\\\u003e, IServerStreamWriter\\\u003cGenerateGroundedContentResponse\\\u003e, ServerCallContext)\n\n public virtual Task StreamGenerateGroundedContent(IAsyncStreamReader\u003cGenerateGroundedContentRequest\u003e requestStream, IServerStreamWriter\u003cGenerateGroundedContentResponse\u003e responseStream, ServerCallContext context)\n\nGenerates grounded content in a streaming fashion."]]