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 detailing its structure, methods, and usage."],["The latest version of the Dialogflow v3 API is 2.23.0, while this specific page's documentation is for version 2.17.0, with links to older and newer versions."],["The `BoostSpec` class, inheriting from `object`, is used to define specifications for boosting the relevance of certain documents in the Dialogflow system."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protocol Buffers framework."],["The `BoostSpec` class includes a property named `ConditionBoostSpecs`, which is a collection where you can set up multiple conditions to boost the score of certain documents."]]],[]]