public sealed class BoostSpec : IMessage<SearchRequest.Types.BoostSpec>, IEquatable<SearchRequest.Types.BoostSpec>, IDeepCloneable<SearchRequest.Types.BoostSpec>, IBufferMessage, IMessage
public RepeatedField<SearchRequest.Types.BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }
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 10.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `BoostSpec` class, part of the `Google.Cloud.Retail.V2` namespace, used for boosting certain items in retail search results."],["The `BoostSpec` class has several versions available, ranging from version 1.0.0 to the latest version 2.12.0, with links to the documentation for each."],["`BoostSpec` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with various .NET functionalities."],["The class features a `ConditionBoostSpecs` property, which is a `RepeatedField` of `ConditionBoostSpec` types, allowing for multiple boosting conditions to be applied to search results."],["The class has 2 constructors: a default constructor and one that accepts another `BoostSpec` as a parameter."]]],[]]