Module: Google::Cloud::Retail::V2::RecommendationsFilteringOption

Defined in:
proto_docs/google/cloud/retail/v2/common.rb

Overview

If filtering for recommendations is enabled.

Constant Summary collapse

RECOMMENDATIONS_FILTERING_OPTION_UNSPECIFIED =

Value used when unset. In this case, server behavior defaults to RECOMMENDATIONS_FILTERING_DISABLED.

0
RECOMMENDATIONS_FILTERING_DISABLED =

Recommendation filtering is disabled.

1
RECOMMENDATIONS_FILTERING_ENABLED =

Recommendation filtering is enabled.

3