Class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec
A specification for configuring the behavior of content search.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec : IDirectResponseSchemaProperties
ChunkSpec
Specifies the chunk spec to be returned from the search response. Only available if the SearchRequest.ContentSearchSpec.search_result_mode is set to CHUNKS
Declaration
[JsonProperty("chunkSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecChunkSpec ChunkSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecChunkSpec | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExtractiveContentSpec
If there is no extractive_content_spec provided, there will be no extractive answer in the search response.
Declaration
[JsonProperty("extractiveContentSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecExtractiveContentSpec ExtractiveContentSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecExtractiveContentSpec | 
SearchResultMode
Specifies the search result mode. If unspecified, the search result mode defaults to DOCUMENTS.
Declaration
[JsonProperty("searchResultMode")]
public virtual string SearchResultMode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SnippetSpec
If snippetSpec is not specified, snippets are not included in the search response.
Declaration
[JsonProperty("snippetSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSnippetSpec SnippetSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSnippetSpec | 
SummarySpec
If summarySpec is not specified, summaries are not included in the search response.
Declaration
[JsonProperty("summarySpec")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpec SummarySpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpec |