Class: Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::SearchConfig::FilterSpecs
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::SearchConfig::FilterSpecs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
Filter specification for data store queries.
Instance Attribute Summary collapse
-
#data_stores ⇒ ::Array<::String>
Optional.
-
#filter ⇒ ::String
Optional.
Instance Attribute Details
#data_stores ⇒ ::Array<::String>
Returns 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}.
773 774 775 776 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 773 class FilterSpecs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns 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.
773 774 775 776 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 773 class FilterSpecs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |