Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchResponseSummary

Summary of the top N search results specified by the summary spec.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX