answer = $answer; } /** * @return string */ public function getAnswer() { return $this->answer; } /** * @param string */ public function setAnswerRecord($answerRecord) { $this->answerRecord = $answerRecord; } /** * @return string */ public function getAnswerRecord() { return $this->answerRecord; } /** * @param GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource[] */ public function setAnswerSources($answerSources) { $this->answerSources = $answerSources; } /** * @return GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource[] */ public function getAnswerSources() { return $this->answerSources; } /** * @param string */ public function setAnswerType($answerType) { $this->answerType = $answerType; } /** * @return string */ public function getAnswerType() { return $this->answerType; } /** * @param float */ public function setConfidenceScore($confidenceScore) { $this->confidenceScore = $confidenceScore; } /** * @return float */ public function getConfidenceScore() { return $this->confidenceScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer');