Class GoogleCloudDiscoveryengineV1SearchResponseSearchResult
Represents the search results.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseSearchResult : IDirectResponseSchema
Properties
Chunk
The chunk data in the search response if the SearchRequest.ContentSearchSpec.search_result_mode is set to CHUNKS.
Declaration
[JsonProperty("chunk")]
public virtual GoogleCloudDiscoveryengineV1Chunk Chunk { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1Chunk |
Document
The document data snippet in the search response. Only fields that are marked as retrievable
are
populated.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1Document Document { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1Document |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Document.id of the searched Document.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |