class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig

Additional feature configurations for creating a ‘recommended-for-you` engine.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @context_event_type = args[:context_event_type] if args.key?(:context_event_type)
end