class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlBoostAction
Adjusts order of products in returned list.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @boost = args[:boost] if args.key?(:boost) @data_store = args[:data_store] if args.key?(:data_store) @filter = args[:filter] if args.key?(:filter) @fixed_boost = args[:fixed_boost] if args.key?(:fixed_boost) @interpolation_boost_spec = args[:interpolation_boost_spec] if args.key?(:interpolation_boost_spec) end