boostSpecs = $boostSpecs; } /** * @return GoogleCloudDialogflowCxV3BoostSpecs[] */ public function getBoostSpecs() { return $this->boostSpecs; } /** * @param GoogleCloudDialogflowCxV3FilterSpecs[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return GoogleCloudDialogflowCxV3FilterSpecs[] */ public function getFilterSpecs() { return $this->filterSpecs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SearchConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SearchConfig');