Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec

A specification for configuring the behavior of content search.

Inheritance
object
GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec : IDirectResponseSchema

Properties

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 GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec ChunkSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec

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 GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec ExtractiveContentSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec

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 GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec SnippetSpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec

SummarySpec

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

Declaration
[JsonProperty("summarySpec")]
public virtual GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec SummarySpec { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX