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 v1 API class SearchRequest.Types.ContentSearchSpec.
A specification for configuring the behavior of content search.
Implements
IMessageSearchRequestTypesContentSearchSpec, IEquatableSearchRequestTypesContentSearchSpec, IDeepCloneableSearchRequestTypesContentSearchSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ContentSearchSpec()
public ContentSearchSpec()
ContentSearchSpec(ContentSearchSpec)
public ContentSearchSpec(SearchRequest.Types.ContentSearchSpec other)
Parameter | |
---|---|
Name | Description |
other | SearchRequestTypesContentSearchSpec |
Properties
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
SearchRequestTypesContentSearchSpecTypesSummarySpec |