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, detailing its structure and usage."],["The `GroundingFact` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is implemented through interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GroundingFact` class has two constructors: a default constructor `GroundingFact()` and a copy constructor `GroundingFact(GroundingFact other)`."],["The class has two main properties, `Attributes`, which is a `MapField` of string key-value pairs for metadata about the fact, and `FactText`, which stores the text content of the fact, limited to 10,000 characters."],["Multiple versions of this API are available, ranging from version `1.0.0-beta06` up to the latest release `1.6.0`."]]],[]]