answers = $answers; } /** * @return GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer[] */ public function getAnswers() { return $this->answers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1KnowledgeAnswers::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers');