nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudDialogflowCxV3TestCaseResult[] */ public function setTestCaseResults($testCaseResults) { $this->testCaseResults = $testCaseResults; } /** * @return GoogleCloudDialogflowCxV3TestCaseResult[] */ public function getTestCaseResults() { return $this->testCaseResults; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ListTestCaseResultsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTestCaseResultsResponse');