environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } /** * @param string[] */ public function setTestCases($testCases) { $this->testCases = $testCases; } /** * @return string[] */ public function getTestCases() { return $this->testCases; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3BatchRunTestCasesRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BatchRunTestCasesRequest');