Class ConversationManager

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConversationManager
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ConversationManager

        public ConversationManager()
    • Method Detail

      • getConversationCount

        public int getConversationCount()
      • endConversation

        public void endConversation​(Conversation conversation)
      • getChatHistoryFromConversation

        public java.util.ArrayList<Row> getChatHistoryFromConversation​(java.lang.String currentConversation)
      • insertMessageToChat

        public void insertMessageToChat​(java.lang.String conversation,
                                        java.lang.String message_content,
                                        boolean is_ai)
      • getAllConversations

        public java.util.List<Conversation> getAllConversations()