Class ChatMessage

  • Direct Known Subclasses:
    IndexedChatMessage

    public class ChatMessage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatMessage​(java.lang.String role, java.lang.String content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.lang.String getRole()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChatMessage

        public ChatMessage​(java.lang.String role,
                           java.lang.String content)
    • Method Detail

      • getRole

        public java.lang.String getRole()
      • getContent

        public java.lang.String getContent()