Class GoogleCloudDiscoveryengineV1alphaCompleteQueryResponseQuerySuggestion
Suggestions as search queries.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCompleteQueryResponseQuerySuggestion : 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> |
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 |