Class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResult
Represents the search results.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResult : 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 GoogleCloudDiscoveryengineV1alphaChunk Chunk { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaChunk |
Document
The document data snippet in the search response. Only fields that are marked as retrievable
are
populated.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1alphaDocument Document { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaDocument |
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
Google provided available scores.
Declaration
[JsonProperty("modelScores")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1alphaDoubleList> ModelScores { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDiscoveryengineV1alphaDoubleList> |