recentSearchResults property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult>? recentSearchResults
getter/setter pair

Matched recent searches of this user.

The maximum number of recent searches is 10. This field is a restricted feature. If you want to enable it, contact Retail Search support. This feature is only available when CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The recent searches satisfy the follow rules: * They are ordered from latest to oldest. * They are matched with CompleteQueryRequest.query case insensitively. * They are transformed to lower case. * They are UTF-8 safe. Recent searches are deduplicated. More recent searches will be reserved when duplication happens.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult>?
    recentSearchResults;