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-04-09 UTC."],[[["This webpage provides documentation for the `BoostSpec` class within the Google Cloud Dialogflow CX v3 API for .NET, with the latest version being 2.23.0 and the current page set to 2.21.0."],["The `BoostSpec` class is used to define boost specifications, which are used to enhance the relevance of certain documents, as indicated in the Dialogflow v3 API."],["The class `BoostSpec` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`BoostSpec` has a property `ConditionBoostSpecs`, a `RepeatedField`, which allows for specifying multiple conditions to boost documents, with a maximum of 20 specifications allowed."],["The page lists all available versions of the `BoostSpec` class, ranging from 2.23.0 down to 1.0.0, which can be referenced through the provided links."]]],[]]