creationTime = $creationTime; } /** * @return string */ public function getCreationTime() { return $this->creationTime; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3TestCaseResult */ public function setLastTestResult(GoogleCloudDialogflowCxV3TestCaseResult $lastTestResult) { $this->lastTestResult = $lastTestResult; } /** * @return GoogleCloudDialogflowCxV3TestCaseResult */ public function getLastTestResult() { return $this->lastTestResult; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNotes($notes) { $this->notes = $notes; } /** * @return string */ public function getNotes() { return $this->notes; } /** * @param string[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return string[] */ public function getTags() { return $this->tags; } /** * @param GoogleCloudDialogflowCxV3ConversationTurn[] */ public function setTestCaseConversationTurns($testCaseConversationTurns) { $this->testCaseConversationTurns = $testCaseConversationTurns; } /** * @return GoogleCloudDialogflowCxV3ConversationTurn[] */ public function getTestCaseConversationTurns() { return $this->testCaseConversationTurns; } /** * @param GoogleCloudDialogflowCxV3TestConfig */ public function setTestConfig(GoogleCloudDialogflowCxV3TestConfig $testConfig) { $this->testConfig = $testConfig; } /** * @return GoogleCloudDialogflowCxV3TestConfig */ public function getTestConfig() { return $this->testConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3TestCase::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase');