conditionBoostSpecs property
List<GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec> ?
conditionBoostSpecs
getter/setter pair
Condition boost specifications.
If a product matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
Implementation
core.List<GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec>?
conditionBoostSpecs;