Class GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntryTarget
Defines the parameters of the query's expected outcome.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntryTarget : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageNumbers
Expected page numbers of the target. Each page number must be non negative.
Declaration
[JsonProperty("pageNumbers")]
public virtual IList<int?> PageNumbers { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
Score
Relevance score of the target.
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
Type | Description |
---|---|
double? |
Uri
Expected uri of the target. This field must be a UTF-8 encoded string with a length limit of 2048
characters. Example of valid uris: https://example.com/abc
, gcs://example/example.pdf
.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |