Google Cloud Dialogflow Cx V3 Client - Class FilterSpecs (0.1.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} `projects/{project}/locations/{location}/dataStores/{data_store}

↳ 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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this