public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["The latest version of `GenerateGroundedContentResponse` is 1.6.0, with multiple prior versions available, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."],["`GenerateGroundedContentResponse` is a sealed class that implements several interfaces, including `IMessage\u003cGenerateGroundedContentResponse\u003e`, `IEquatable\u003cGenerateGroundedContentResponse\u003e`, `IDeepCloneable\u003cGenerateGroundedContentResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class inherits from the `object` class, providing base functionalities and methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GenerateGroundedContentResponse` class includes two constructors: a default constructor `GenerateGroundedContentResponse()` and an overloaded constructor `GenerateGroundedContentResponse(GenerateGroundedContentResponse other)` that takes another `GenerateGroundedContentResponse` object as parameter."],["The class has a `Candidates` property of type `RepeatedField\u003cGenerateGroundedContentResponse.Types.Candidate\u003e` which represents generated candidates."]]],[]]