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."],[[["This page details the `BoostSpec` class within the `Google.Cloud.Retail.V2` namespace, used for boosting specific items in search results, with the latest version being 2.12.0."],["The `BoostSpec` class, derived from `Object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffered operations."],["The class provides two constructors, a default `BoostSpec()` and a `BoostSpec(SearchRequest.Types.BoostSpec other)` for creating a new instance based on an existing `BoostSpec` object."],["A core property of the `BoostSpec` class is `ConditionBoostSpecs`, which allows for the definition of multiple conditions to boost items, with a limit of 10 specifications."],["The history of this `BoostSpec` object and its properties can be viewed in its version history, going all the way back to version 1.0.0."]]],[]]