public sealed class GroundingFact : IMessage<GroundingFact>, IEquatable<GroundingFact>, IDeepCloneable<GroundingFact>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GroundingFact.
Grounding Fact.
Implements
IMessageGroundingFact, IEquatableGroundingFact, IDeepCloneableGroundingFact, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GroundingFact()
public GroundingFact()
GroundingFact(GroundingFact)
public GroundingFact(GroundingFact other)
Parameter | |
---|---|
Name | Description |
other |
GroundingFact |
Properties
Attributes
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
FactText
public string FactText { get; set; }
Text content of the fact. Can be at most 10K characters long.
Property Value | |
---|---|
Type | Description |
string |