public RepeatedField<BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }
Optional. Condition boost specifications. If a document 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.
[[["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 reference documentation for the `BoostSpec` class within the Google Cloud Dialogflow CX v3 API, specifically for version 2.18.0."],["The `BoostSpec` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used to define how certain documents are boosted."],["The latest version available of this API is 2.23.0, with multiple older versions also available for reference down to version 1.0.0."],["`BoostSpec` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create an instance of it, and copy another instance of it."],["`BoostSpec` contains the property `ConditionBoostSpecs`, which is a collection of `ConditionBoostSpec` objects that define the specific boost conditions for documents."]]],[]]