Class BotService


public class BotService extends BaseService<BotService>
The BotService class provides configuration properties and settings for the bot application.
  • Constructor Details

    • BotService

      protected BotService()
      Constructs a BotService with configuration properties loaded from a file path.
  • Method Details

    • getInstance

      public static BotService getInstance()
      Retrieves the singleton instance of the BotService class.
      Returns:
      the instance of the BotService class