appliedTiles property

List<GoogleCloudRetailV2Tile>? appliedTiles
getter/setter pair

This optional field specifies the tiles which are already clicked in client side.

While the feature works without this field set, particularly for an initial query, it is highly recommended to set this field because it can improve the quality of the search response and removes possible duplicate tiles. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.

Implementation

core.List<GoogleCloudRetailV2Tile>? appliedTiles;