Discovery Engine v1beta API - Class SearchRequest.Types.ContentSearchSpec (1.0.0-beta11)

public sealed class SearchRequest.Types.ContentSearchSpec : IMessage<SearchRequest.Types.ContentSearchSpec>, IEquatable<SearchRequest.Types.ContentSearchSpec>, IDeepCloneable<SearchRequest.Types.ContentSearchSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.ContentSearchSpec.

A specification for configuring the behavior of content search.

Inheritance

object > SearchRequest.Types.ContentSearchSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ContentSearchSpec()

public ContentSearchSpec()

ContentSearchSpec(ContentSearchSpec)

public ContentSearchSpec(SearchRequest.Types.ContentSearchSpec other)
Parameter
NameDescription
otherSearchRequestTypesContentSearchSpec

Properties

ExtractiveContentSpec

public SearchRequest.Types.ContentSearchSpec.Types.ExtractiveContentSpec ExtractiveContentSpec { get; set; }

If there is no extractive_content_spec provided, there will be no extractive answer in the search response.

Property Value
TypeDescription
SearchRequestTypesContentSearchSpecTypesExtractiveContentSpec

SnippetSpec

public SearchRequest.Types.ContentSearchSpec.Types.SnippetSpec SnippetSpec { get; set; }

If snippetSpec is not specified, snippets are not included in the search response.

Property Value
TypeDescription
SearchRequestTypesContentSearchSpecTypesSnippetSpec

SummarySpec

public SearchRequest.Types.ContentSearchSpec.Types.SummarySpec SummarySpec { get; set; }

If summarySpec is not specified, summaries are not included in the search response.

Property Value
TypeDescription
SearchRequestTypesContentSearchSpecTypesSummarySpec