Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RecommendationItemVisibility

Controls whether a registered recommendation item is publicly discoverable or restricted to private access.

Items 2

HistoryNameValueDescription
678Private0

The recommendation item is not surfaced to other players by the recommendation system.

678Public1

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.

History 3

Settings