public RepeatedField<BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }
Optional. Condition boost specifications. If a document matches multiple
conditions in the specifications, boost scores from these specifications
are all applied and combined in a non-linear way. Maximum number of
specifications is 20.
[[["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 webpage provides documentation for the `BoostSpec` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment, including reference documentation and code samples."],["`BoostSpec` is designed to allow boosting of specific documents in the Dialogflow v3 API, with the latest version being 2.23.0, while multiple older versions from 2.22.0 down to 1.0.0 are also available."],["The `BoostSpec` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `ConditionBoostSpecs`, which allows for the customization of document boosting based on multiple conditions."],["The class has a constructor that can be used to make a new `BoostSpec`, or a copy of another."]]],[]]