public sealed class GroundedGenerationContent : IMessage<GroundedGenerationContent>, IEquatable<GroundedGenerationContent>, IDeepCloneable<GroundedGenerationContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GroundedGenerationContent.
Base structured datatype containing multi-part content of a message.
[[["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 `GroundedGenerationContent` class is the latest version (1.6.0) and a structured data type for multi-part message content within the Discovery Engine v1 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GroundedGenerationContent` contains an ordered collection of `Parts` within a message through the use of the `Parts` property, which is a `RepeatedField`."],["It also has a `Role` property, of type string, to identify whether the content's producer is the `user` or `model`."],["There are a number of prior versions of the `GroundedGenerationContent` class available, ranging back to version 1.0.0-beta06."]]],[]]