feedback = $feedback; } /** * @return string */ public function getFeedback() { return $this->feedback; } /** * @param string[] */ public function setReasonLabels($reasonLabels) { $this->reasonLabels = $reasonLabels; } /** * @return string[] */ public function getReasonLabels() { return $this->reasonLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason');