RecommendationItemVisibility
Controls whether a registered recommendation item is publicly discoverable or restricted to private access.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 678 | Private | 0 | The recommendation item is not surfaced to other players by the recommendation system. | |
| 678 | Public | 1 | The recommendation item is discoverable and may be surfaced to other players by the recommendation system. |
Description
Controls whether a recommendation item registered via
RecommendationService:RegisterItemAsync() or updated via
RecommendationService:UpdateItemAsync() is publicly discoverable by
the recommendation system or kept private. Pass the desired value in the
Visibility field of the request dictionary.