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 focusing on version 2.16.0."],["The `BoostSpec` class is used to define how certain documents should be boosted in Dialogflow CX applications."],["The documentation includes information about the class's inheritance, implemented interfaces like `IMessage` and `IEquatable`, and inherited members from the base `object` class."],["It details the `BoostSpec` class's constructors and its `ConditionBoostSpecs` property, which allows for the configuration of multiple condition boost specifications, up to a maximum of 20."],["The page provides a versioning history, listing versions from 2.23.0 (latest) all the way back to 1.0.0, with each being a clickable link."]]],[]]