Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResult

Represents the search results.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResult
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 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

Output only. Google provided available scores.

Declaration
[JsonProperty("modelScores")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1alphaDoubleList> ModelScores { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1alphaDoubleList>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX