trainingModelType = $trainingModelType; } /** * @return string */ public function getTrainingModelType() { return $this->trainingModelType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2ArticleSuggestionModelMetadata');