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."],[[["The `GroundingFact` class is part of the Google Cloud Discovery Engine v1 API, and the current page is documenting version 1.2.0 of this class."],["`GroundingFact` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for compatibility and functionality."],["It inherits members from the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["The class provides two constructors, one default and one that accepts another `GroundingFact` object as a parameter."],["It includes properties `Attributes`, a map of string key-value pairs for fact details, and `FactText`, a string holding the actual text of the fact, with a maximum of 10,000 characters."]]],[]]