Class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion
Suggestions as search queries.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion : IDirectResponseSchemaProperties
CompletableFieldPaths
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.
Declaration
[JsonProperty("completableFieldPaths")]
public virtual IList<string> CompletableFieldPaths { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
DataStore
The name of the dataStore that this suggestion belongs to.
Declaration
[JsonProperty("dataStore")]
public virtual IList<string> DataStore { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Score
The score of each suggestion. The score is in the range of [0, 1].
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }Property Value
| Type | Description | 
|---|---|
| string |