Interface ILanguageMessage


public interface ILanguageMessage
Interface to represent a message in a conversation
  • Method Details

    • getRole

      String getRole()
      Get the role of the message sender
      Returns:
      the role of the message sender
    • getContent

      String getContent()
      Get the content of the message
      Returns:
      the content of the message
    • getSources

      Get the sources of the message
      Returns:
      the sources of the message