Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1SearchResponseSummary

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

Inheritance
object
GoogleCloudDiscoveryengineV1SearchResponseSummary
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseSummary : 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 GoogleCloudDiscoveryengineV1SearchResponseSummarySafetyAttributes SafetyAttributes { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1SearchResponseSummarySafetyAttributes

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 GoogleCloudDiscoveryengineV1SearchResponseSummarySummaryWithMetadata SummaryWithMetadata { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1SearchResponseSummarySummaryWithMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX