Esempio n. 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
Esempio n. 2
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
Esempio n. 3
0
 def __init__(self, config: BotConfiguration, client):
     Bot.__init__(self, config, client)
Esempio n. 4
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
Esempio n. 5
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
Esempio n. 6
0
 def __init__(self, config, client):
     Bot.__init__(self, config, client)
     self._answer = ""
Esempio n. 7
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
Esempio n. 8
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
Esempio n. 9
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
Esempio n. 10
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)
Esempio n. 11
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)