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 latest version available for the Dialogflow v3 API class BoostSpec is 2.23.0, with version 2.20.0 being the version currently being described."],["BoostSpec is a class within the Google.Cloud.Dialogflow.Cx.V3 namespace, residing in the Google.Cloud.Dialogflow.Cx.V3.dll assembly."],["This class provides functionality for boosting specific documents, allowing for multiple conditions and non-linear combinations of boost scores."],["The class `BoostSpec` is found in the `Google.Cloud.Dialogflow.Cx.V3` namespace and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and the other taking another `BoostSpec` object as a parameter, along with a `ConditionBoostSpecs` property, used to specify conditional boosts."]]],[]]