evalData = $evalData; } /** * @return NlpSemanticParsingAnnotationEvalData[] */ public function getEvalData() { return $this->evalData; } /** * @param KnowledgeAnswersIntentQueryArgumentProvenanceNeuralLocationAnnotator */ public function setNeuralLocationAnnotator(KnowledgeAnswersIntentQueryArgumentProvenanceNeuralLocationAnnotator $neuralLocationAnnotator) { $this->neuralLocationAnnotator = $neuralLocationAnnotator; } /** * @return KnowledgeAnswersIntentQueryArgumentProvenanceNeuralLocationAnnotator */ public function getNeuralLocationAnnotator() { return $this->neuralLocationAnnotator; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryArgumentProvenanceCurrentQuery::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryArgumentProvenanceCurrentQuery');