answerValue = $answerValue; } /** * @return GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue */ public function getAnswerValue() { return $this->answerValue; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource');