Discovery Engine v1beta API - Class SearchResponse.Types.Summary (1.0.0-beta06)

public sealed class SearchResponse.Types.Summary : IMessage<SearchResponse.Types.Summary>, IEquatable<SearchResponse.Types.Summary>, IDeepCloneable<SearchResponse.Types.Summary>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.

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

Inheritance

object > SearchResponse.Types.Summary

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

Summary()

public Summary()

Summary(Summary)

public Summary(SearchResponse.Types.Summary other)
Parameter
NameDescription
otherSearchResponseTypesSummary

Properties

SummaryText

public string SummaryText { get; set; }

The summary content.

Property Value
TypeDescription
string