status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param GoogleCloudDialogflowCxV3beta1TestCase */ public function setTestCase(GoogleCloudDialogflowCxV3beta1TestCase $testCase) { $this->testCase = $testCase; } /** * @return GoogleCloudDialogflowCxV3beta1TestCase */ public function getTestCase() { return $this->testCase; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1TestCaseError::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseError');