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 webpage provides reference documentation for the `GroundingFact` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0, with links to other versions of the API."],["The `GroundingFact` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable\u003cGroundingFact\u003e`, `IDeepCloneable\u003cGroundingFact\u003e`, and `IBufferMessage`."],["The `GroundingFact` class has two constructors: a default constructor and one that takes another `GroundingFact` instance as a parameter for copying."],["The class includes properties such as `Attributes`, a `MapField` containing string key-value pairs for storing metadata about the fact, and `FactText`, a string property for holding the text content of the fact, which can be up to 10,000 characters."],["The `GroundingFact` class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]