completionResults property

List<GoogleCloudRetailV2CompleteQueryResponseCompletionResult>? completionResults
getter/setter pair

Results of the matching suggestions.

The result list is ordered and the first result is top suggestion.

Implementation

core.List<GoogleCloudRetailV2CompleteQueryResponseCompletionResult>?
    completionResults;