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