public sealed class SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs : IMessage<SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs>, IEquatable<SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs>, IDeepCloneable<SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs.
Filter specification for data store queries.
Implements
IMessageSearchKnowledgeRequestTypesSearchConfigTypesFilterSpecs, IEquatableSearchKnowledgeRequestTypesSearchConfigTypesFilterSpecs, IDeepCloneableSearchKnowledgeRequestTypesSearchConfigTypesFilterSpecs, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
FilterSpecs()
public FilterSpecs()FilterSpecs(FilterSpecs)
public FilterSpecs(SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchKnowledgeRequestTypesSearchConfigTypesFilterSpecs |
Properties
DataStores
public RepeatedField<string> DataStores { get; }Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Filter
public string Filter { get; set; }Optional. The filter expression to be applied. Expression syntax is documented at https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata#filter-expression-syntax
| Property Value | |
|---|---|
| Type | Description |
string |
|