Google Cloud Dialogflow v2 API - Class SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs (4.27.0)

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, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs.

Filter specification for data store queries.

Inheritance

object > SearchKnowledgeRequest.Types.SearchConfig.Types.FilterSpecs

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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