answerFeedback = $answerFeedback; } /** * @return GoogleCloudDialogflowCxV3AnswerFeedback */ public function getAnswerFeedback() { return $this->answerFeedback; } /** * @param string */ public function setResponseId($responseId) { $this->responseId = $responseId; } /** * @return string */ public function getResponseId() { return $this->responseId; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest');