Class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseFactChunk
Fact chunk for grounding check.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseFactChunk : 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 |
Source
Source from which this fact chunk was retrieved. For a fact chunk retrieved from inline facts, 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 |