Class GoogleCloudDiscoveryengineV1FactChunk
Fact Chunk.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1FactChunk : 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 |
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> |