Class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseQuerySuggestion
Suggestions as search queries.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseQuerySuggestion : IDirectResponseSchema
Properties
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 |
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type | Description |
---|---|
string |