Class GoogleCloudDiscoveryengineV1alphaSearchResponseSummary
Summary of the top N search results specified by the summary spec.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseSummary : 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 GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySafetyAttributes SafetyAttributes { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySafetyAttributes |
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 GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySummaryWithMetadata SummaryWithMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySummaryWithMetadata |