public MapField<string, string> Attributes { get; }
Attributes associated with the fact.
Common attributes include source (indicating where the fact was sourced
from), author (indicating the author of the fact), and so on.
[[["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."],[[["This document provides reference documentation for the `GroundingFact` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, and shows it is the base class for grounding fact implementation in the library."],["The `GroundingFact` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffered messaging."],["The class has two constructors: a default `GroundingFact()` constructor, and a `GroundingFact(GroundingFact other)` copy constructor that takes another `GroundingFact` object as a parameter."],["The class contains two main properties: `Attributes`, a `MapField` of string keys and string values for storing metadata about the fact, and `FactText`, a string property that holds the textual content of the fact with a maximum length of 10,000 characters."],["Several previous versions of this resource are available as part of the Discovery Engine v1 API, with 1.6.0 being the most recent."]]],[]]