dataStores = $dataStores; } /** * @return string[] */ public function getDataStores() { return $this->dataStores; } /** * @param GoogleCloudDialogflowCxV3BoostSpec[] */ public function setSpec($spec) { $this->spec = $spec; } /** * @return GoogleCloudDialogflowCxV3BoostSpec[] */ public function getSpec() { return $this->spec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3BoostSpecs::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BoostSpecs');