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."],[[["The webpage provides reference documentation for the `BoostSpec` class within the Dialogflow v3 API, detailing its purpose in boosting certain documents."],["`BoostSpec` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the Dialogflow Cx.V3, with the latest version being 2.23.0 and including all the way back to 1.0.0, each with its own respective link."],["The class includes a property called `ConditionBoostSpecs`, which is of type `RepeatedField`, and allows for applying multiple condition boost specifications to documents, up to a maximum of 20."],["The `BoostSpec` class has 2 constructors, one default and one that takes in another `BoostSpec` as a parameter."]]],[]]