answerValue = $answerValue; } /** * @return string */ public function getAnswerValue() { return $this->answerValue; } /** * @param string */ public function setQaQuestionId($qaQuestionId) { $this->qaQuestionId = $qaQuestionId; } /** * @return string */ public function getQaQuestionId() { return $this->qaQuestionId; } /** * @param string */ public function setQaScorecardId($qaScorecardId) { $this->qaScorecardId = $qaScorecardId; } /** * @return string */ public function getQaScorecardId() { return $this->qaScorecardId; } /** * @param string */ public function setQuestionBody($questionBody) { $this->questionBody = $questionBody; } /** * @return string */ public function getQuestionBody() { return $this->questionBody; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata');