coverageScore = $coverageScore; } /** * @return float */ public function getCoverageScore() { return $this->coverageScore; } /** * @param GoogleCloudDialogflowCxV3IntentCoverageIntent[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return GoogleCloudDialogflowCxV3IntentCoverageIntent[] */ public function getIntents() { return $this->intents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3IntentCoverage::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverage');