createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * The message id of the message. * * @param string $messageId */ public function setMessageId($messageId) { $this->messageId = $messageId; } /** * @return string */ public function getMessageId() { return $this->messageId; } /** * A wrapper for system messages per turn. * * @param GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages $systemMessageWrapper */ public function setSystemMessageWrapper(GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages $systemMessageWrapper) { $this->systemMessageWrapper = $systemMessageWrapper; } /** * @return GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages */ public function getSystemMessageWrapper() { return $this->systemMessageWrapper; } /** * A message from the user that is interacting with the system. * * @param GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage $userMessage */ public function setUserMessage(GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage $userMessage) { $this->userMessage = $userMessage; } /** * @return GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage */ public function getUserMessage() { return $this->userMessage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessage::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessage');