Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::FilterSpecs.
Filter specifications for data stores.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_stores
def data_stores() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
#data_stores=
def data_stores=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
Returns
-
(::Array<::String>) — Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
#filter
def filter() -> ::String
Returns
- (::String) — 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
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — 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
Returns
- (::String) — 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