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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `BoostSpec` class is 2.12.0, but multiple previous versions are also documented, dating back to version 1.0.0."],["The `BoostSpec` class, within the `Google.Cloud.Retail.V2` namespace, is used to define boost specifications for items in retail search requests."],["The `BoostSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it works within the .NET Protobuf framework."],["The class provides a `ConditionBoostSpecs` property which is a `RepeatedField` that holds a list of conditions that, if matched, will boost the products in the search results."],["The class has 2 constructors, one default and one that takes in another `BoostSpec` as a parameter."]]],[]]