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.15.0."],["The `BoostSpec` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used to define how certain documents should be boosted in Dialogflow CX, as it's a direct copy of google.cloud.discoveryengine.v1main.BoostSpec."],["The documentation outlines the `BoostSpec` class's inheritance hierarchy, implemented interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and inherited members from the `object` class."],["It lists the available constructors for `BoostSpec`, including a default constructor and a constructor that takes another `BoostSpec` object as a parameter."],["The `ConditionBoostSpecs` property of `BoostSpec` allows users to set multiple boost specifications for documents, with a maximum limit of 20, and provides documentation on its structure."]]],[]]