createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudDiscoveryengineV1betaReply */ public function setReply(GoogleCloudDiscoveryengineV1betaReply $reply) { $this->reply = $reply; } /** * @return GoogleCloudDiscoveryengineV1betaReply */ public function getReply() { return $this->reply; } /** * @param GoogleCloudDiscoveryengineV1betaTextInput */ public function setUserInput(GoogleCloudDiscoveryengineV1betaTextInput $userInput) { $this->userInput = $userInput; } /** * @return GoogleCloudDiscoveryengineV1betaTextInput */ public function getUserInput() { return $this->userInput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaConversationMessage::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaConversationMessage');