clicked = $clicked; } /** * @return bool */ public function getClicked() { return $this->clicked; } /** * @param string */ public function setCorrectnessLevel($correctnessLevel) { $this->correctnessLevel = $correctnessLevel; } /** * @return string */ public function getCorrectnessLevel() { return $this->correctnessLevel; } /** * @param bool */ public function setDisplayed($displayed) { $this->displayed = $displayed; } /** * @return bool */ public function getDisplayed() { return $this->displayed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1AnswerFeedback::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1AnswerFeedback');