Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SearchConfig.
Search configuration for UCS search queries.
Generated from protobuf message google.cloud.dialogflow.cx.v3.SearchConfig
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ boost_specs |
array<Google\Cloud\Dialogflow\Cx\V3\BoostSpecs>
Optional. Boosting configuration for the datastores. |
↳ filter_specs |
array<Google\Cloud\Dialogflow\Cx\V3\FilterSpecs>
Optional. Filter configuration for the datastores. |
getBoostSpecs
Optional. Boosting configuration for the datastores.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBoostSpecs
Optional. Boosting configuration for the datastores.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\BoostSpecs>
|
Returns | |
---|---|
Type | Description |
$this |
getFilterSpecs
Optional. Filter configuration for the datastores.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFilterSpecs
Optional. Filter configuration for the datastores.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\FilterSpecs>
|
Returns | |
---|---|
Type | Description |
$this |