Class MessageHistory
java.lang.Object
com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
Represents the history of chat messages in a conversation.
This class encapsulates a list of
Message
objects, which represent
the messages exchanged during a chat session.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the list of messages in the chat history.void
setMessages
(List<Message> messages) Sets the list of messages in the chat history.
-
Constructor Details
-
MessageHistory
public MessageHistory()
-
-
Method Details