public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GenerateGroundedContentResponse.
[[["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 the `GenerateGroundedContentResponse` class is 1.0.0-beta18, which is part of the Discovery Engine v1beta API."],["This class, found in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, represents the response for the `GenerateGroundedContent` method."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances and cloning existing ones, taking `GenerateGroundedContentResponse` as a parameter."],["It contains a `Candidates` property of type `RepeatedField`, which holds a collection of generated candidates."]]],[]]