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