class Google::Apis::RetailV2beta::GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig
Additional configs for the frequently-bought-together model type.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @context_products_type = args[:context_products_type] if args.key?(:context_products_type) end