Interface protos.google.cloud.retail.v2alpha.CompleteQueryResponse.ICompletionResult (3.1.0)

Properties of a CompletionResult.

Package

@google-cloud/retail

Properties

attributes

attributes?: ({ [k: string]: google.cloud.retail.v2alpha.ICustomAttribute }|null);

CompletionResult attributes

facets

facets?: (google.cloud.retail.v2alpha.SearchResponse.IFacet[]|null);

CompletionResult facets

suggestion

suggestion?: (string|null);

CompletionResult suggestion

totalProductCount

totalProductCount?: (number|null);

CompletionResult totalProductCount