Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaFactChunk

Fact Chunk.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaFactChunk
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaFactChunk : IDirectResponseSchema

Properties

ChunkText

Text content of the fact chunk. Can be at most 10K characters long.

Declaration
[JsonProperty("chunkText")]
public virtual string ChunkText { get; set; }
Property Value
Type Description
string

Domain

The domain of the source.

Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Index

The index of this chunk. Currently, only used for the streaming mode.

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

Source

Source from which this fact chunk was retrieved. If it was retrieved from the GroundingFacts provided in the request then this field will contain the index of the specific fact from which this chunk was retrieved.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

SourceMetadata

More fine-grained information for the source reference.

Declaration
[JsonProperty("sourceMetadata")]
public virtual IDictionary<string, string> SourceMetadata { get; set; }
Property Value
Type Description
IDictionary<string, string>

Title

The title of the source.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Uri

The URI of the source.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX