conversationModel = $conversationModel; } /** * @return string */ public function getConversationModel() { return $this->conversationModel; } /** * Timestamp when request to deploy conversation model was submitted. The time * is measured on server side. * * @param string $createTime */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * The time when the operation finished. * * @param string $doneTime */ public function setDoneTime($doneTime) { $this->doneTime = $doneTime; } /** * @return string */ public function getDoneTime() { return $this->doneTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2DeployConversationModelOperationMetadata::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2DeployConversationModelOperationMetadata');