Class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata
Summary with metadata information.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata : IDirectResponseSchema
Properties
CitationMetadata
Citation metadata for given summary.
Declaration
[JsonProperty("citationMetadata")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata CitationMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Document References.
Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference> |
Summary
Summary text with no citation information.
Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type | Description |
---|---|
string |