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 documentation details the `GroundingFact` class, part of the Google Cloud Discovery Engine v1beta API, specifically within version 1.0.0-beta17."],["The `GroundingFact` class is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GroundingFact` has two constructors, one parameterless and one that takes another `GroundingFact` object for cloning."],["The class includes properties for `Attributes`, a map of string key-value pairs, and `FactText`, which holds the textual content of the fact, with a limit of 10,000 characters."],["The documentation also provides information on the inherited members from the `object` base class, and the methods and properties of the `GroundingFact`."]]],[]]