answerValue = $answerValue; } /** * @return GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue */ public function getAnswerValue() { return $this->answerValue; } /** * What created the answer. * * Accepted values: SOURCE_TYPE_UNSPECIFIED, SYSTEM_GENERATED, MANUAL_EDIT * * @param self::SOURCE_TYPE_* $sourceType */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return self::SOURCE_TYPE_* */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerSource');