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-03-21 UTC."],[[["The latest version of the `SearchConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0."],["This page provides reference documentation and code samples for the `SearchConfig` class, which is part of the Dialogflow v3 API and handles UCS search query configurations."],["The `SearchConfig` class includes properties like `BoostSpecs` and `FilterSpecs`, allowing the configuration of boosting and filtering for datastores in search operations."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffering."],["Multiple versions of `SearchConfig` are available ranging from 1.0.0 up to 2.23.0, enabling developers to access previous versions if needed."]]],[]]