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