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