covered = $covered; } /** * @return bool */ public function getCovered() { return $this->covered; } /** * @param string */ public function setIntent($intent) { $this->intent = $intent; } /** * @return string */ public function getIntent() { return $this->intent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3IntentCoverageIntent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverageIntent');