answer = $answer; } /** * @return string */ public function getAnswer() { return $this->answer; } /** * @param string */ public function setFaqQuestion($faqQuestion) { $this->faqQuestion = $faqQuestion; } /** * @return string */ public function getFaqQuestion() { return $this->faqQuestion; } /** * @param float */ public function setMatchConfidence($matchConfidence) { $this->matchConfidence = $matchConfidence; } /** * @return float */ public function getMatchConfidence() { return $this->matchConfidence; } /** * @param string */ public function setMatchConfidenceLevel($matchConfidenceLevel) { $this->matchConfidenceLevel = $matchConfidenceLevel; } /** * @return string */ public function getMatchConfidenceLevel() { return $this->matchConfidenceLevel; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer');