Class GoogleCloudDiscoveryengineV1betaSearchResponseSummary
Summary of the top N search results specified by the summary spec.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SafetyAttributes
A collection of Safety Attribute categories and their associated confidence scores.
Declaration
[JsonProperty("safetyAttributes")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseSummarySafetyAttributes SafetyAttributes { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaSearchResponseSummarySafetyAttributes |
SummarySkippedReasons
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
Declaration
[JsonProperty("summarySkippedReasons")]
public virtual IList<string> SummarySkippedReasons { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SummaryText
The summary content.
Declaration
[JsonProperty("summaryText")]
public virtual string SummaryText { get; set; }
Property Value
Type | Description |
---|---|
string |
SummaryWithMetadata
Summary with metadata information.
Declaration
[JsonProperty("summaryWithMetadata")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata SummaryWithMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata |