Dialogflow v3 API - Class SearchConfig (2.22.0)

public sealed class SearchConfig : IMessage<SearchConfig>, IEquatable<SearchConfig>, IDeepCloneable<SearchConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class SearchConfig.

Search configuration for UCS search queries.

Inheritance

object > SearchConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SearchConfig()

public SearchConfig()

SearchConfig(SearchConfig)

public SearchConfig(SearchConfig other)
Parameter
Name Description
other SearchConfig

Properties

BoostSpecs

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.

Property Value
Type Description
RepeatedFieldBoostSpecs

FilterSpecs

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.

Property Value
Type Description
RepeatedFieldFilterSpecs