answerText = $answerText; } /** * @return string */ public function getAnswerText() { return $this->answerText; } /** * @param GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource */ public function setFaqSource(GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource $faqSource) { $this->faqSource = $faqSource; } /** * @return GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource */ public function getFaqSource() { return $this->faqSource; } /** * @param GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource */ public function setGenerativeSource(GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource $generativeSource) { $this->generativeSource = $generativeSource; } /** * @return GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource */ public function getGenerativeSource() { return $this->generativeSource; } /** * @param GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource */ public function setIntentMatchingSource(GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource $intentMatchingSource) { $this->intentMatchingSource = $intentMatchingSource; } /** * @return GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource */ public function getIntentMatchingSource() { return $this->intentMatchingSource; } /** * @param float */ public function setMatchConfidence($matchConfidence) { $this->matchConfidence = $matchConfidence; } /** * @return float */ public function getMatchConfidence() { return $this->matchConfidence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer');