Interface BotDefinition

  • All Implemented Interfaces:
    ai.tock.translator.I18nKeyProvider

    
    public interface BotDefinition
     implements I18nKeyProvider
                        

    The main interface used to define the behaviour of the bot.

    New bots should usually not directly extend this class, but instead extend BotDefinitionBase.