Example #1
0
 def __init__(self,
              config: BotConfiguration,
              client,
              pre_processed=None,
              post_processed=None):
     Bot.__init__(self, config, client)
     self._pre_processed = pre_processed
     self._post_processed = post_processed
Example #2
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
Example #3
0
 def __init__(self, config: BotConfiguration, client):
     Bot.__init__(self, config, client)
Example #4
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
Example #5
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
 def __init__(self, config, client):
     Bot.__init__(self, config, client)
     self._answer = ""
Example #7
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
Example #8
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
Example #9
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
Example #10
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)
Example #11
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)