Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class FilterSpecs.
Filter specifications for data stores.
Generated from protobuf message google.cloud.dialogflow.cx.v3.FilterSpecs
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_stores |
array
Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: |
↳ filter |
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 |
getDataStores
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataStores
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}
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
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 | |
---|---|
Type | Description |
string |
setFilter
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
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |