Discovery Engine v1beta API - Class GroundingFact (1.0.0-beta14)

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.

Inheritance

object > GroundingFact

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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