customRating = $customRating; } /** * @return string */ public function getCustomRating() { return $this->customRating; } /** * @param string */ public function setRating($rating) { $this->rating = $rating; } /** * @return string */ public function getRating() { return $this->rating; } /** * @param GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason */ public function setRatingReason(GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason $ratingReason) { $this->ratingReason = $ratingReason; } /** * @return GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason */ public function getRatingReason() { return $this->ratingReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3AnswerFeedback::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AnswerFeedback');