public RepeatedField<BoostSpecs> BoostSpecs { get; }
Optional. Boosting configuration for the datastores.
Maps from datastore name to their boost configuration. Do not specify more
than one BoostSpecs for each datastore name. If multiple BoostSpecs are
provided for the same datastore name, the behavior is undefined.
public RepeatedField<FilterSpecs> FilterSpecs { get; }
Optional. Filter configuration for the datastores.
Maps from datastore name to the filter expression for that datastore. Do
not specify more than one FilterSpecs for each datastore name. If multiple
FilterSpecs are provided for the same datastore name, the behavior is
undefined.
[[["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 reference documentation for the `SearchConfig` class within the Google Cloud Dialogflow CX v3 API, specifically version 2.22.0."],["The `SearchConfig` class is designed for search configuration in UCS search queries and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous prior versions of the `SearchConfig` class, ranging from 2.23.0 (latest) down to 1.0.0, allowing access to the history of the API."],["The `SearchConfig` class includes properties such as `BoostSpecs` and `FilterSpecs`, which provide configuration options for boosting and filtering datastores in searches."],["The `SearchConfig` class has two constructors, one default and one which creates a copy of an existing `SearchConfig` object, as shown by `SearchConfig()` and `SearchConfig(SearchConfig)`."]]],[]]