Class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec
Specifies the chunk spec to be returned from the search response. Only available if the SearchRequest.ContentSearchSpec.search_result_mode is set to CHUNKS
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumNextChunks
The number of next chunks to be returned of the current chunk. The maximum allowed value is 3. If not specified, no next chunks will be returned.
Declaration
[JsonProperty("numNextChunks")]
public virtual int? NumNextChunks { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumPreviousChunks
The number of previous chunks to be returned of the current chunk. The maximum allowed value is 3. If not specified, no previous chunks will be returned.
Declaration
[JsonProperty("numPreviousChunks")]
public virtual int? NumPreviousChunks { get; set; }
Property Value
Type | Description |
---|---|
int? |