Interface IChatResponseSource

All Known Implementing Classes:
ChatResponseSource

public interface IChatResponseSource
Interface to represent a source of a message
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the source
    Get the url of the source
  • Method Details

    • getName

      String getName()
      Get the name of the source
      Returns:
      the name of the source
    • getUrl

      String getUrl()
      Get the url of the source
      Returns:
      the url of the source