Class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec
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 GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec : 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 GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec ChunkSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec | 
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 GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec ExtractiveContentSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec | 
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 GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSnippetSpec SnippetSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSnippetSpec | 
SummarySpec
If summarySpec is not specified, summaries are not included in the search response.
Declaration
[JsonProperty("summarySpec")]
public virtual GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec SummarySpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec |