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