ChatBot Integration
This commit is contained in:
6
config/botman/config.php
Normal file
6
config/botman/config.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'conversation_cache_time' => 40,
|
||||
'user_cache_time' => 30,
|
||||
];
|
7
config/botman/web.php
Normal file
7
config/botman/web.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'matchingData' => [
|
||||
'driver' => 'web',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user