Class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
Represents the search results.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult : IDirectResponseSchemaProperties
Chunk
The chunk data in the search response if the SearchRequest.ContentSearchSpec.search_result_mode is set to CHUNKS.
Declaration
[JsonProperty("chunk")]
public virtual GoogleCloudDiscoveryengineV1betaChunk Chunk { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaChunk | 
Document
The document data snippet in the search response. Only fields that are marked as retrievable are
populated.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1betaDocument Document { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaDocument | 
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 | 
ModelScores
Output only. Google provided available scores.
Declaration
[JsonProperty("modelScores")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1betaDoubleList> ModelScores { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, GoogleCloudDiscoveryengineV1betaDoubleList> |