answerSources = $answerSources; } /** * @return GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource[] */ public function getAnswerSources() { return $this->answerSources; } /** * @param GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue */ public function setAnswerValue(GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue $answerValue) { $this->answerValue = $answerValue; } /** * @return GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue */ public function getAnswerValue() { return $this->answerValue; } /** * @param string */ public function setConversation($conversation) { $this->conversation = $conversation; } /** * @return string */ public function getConversation() { return $this->conversation; } /** * @param string */ public function setQaQuestion($qaQuestion) { $this->qaQuestion = $qaQuestion; } /** * @return string */ public function getQaQuestion() { return $this->qaQuestion; } /** * @param string */ public function setQuestionBody($questionBody) { $this->questionBody = $questionBody; } /** * @return string */ public function getQuestionBody() { return $this->questionBody; } /** * @param string[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return string[] */ public function getTags() { return $this->tags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1QaAnswer::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1QaAnswer');