ChatBot Integration

This commit is contained in:
UronShrestha
2024-07-10 13:46:42 +05:45
parent f4aab0bed3
commit c566bf9c27
15 changed files with 986 additions and 27 deletions

6
config/botman/config.php Normal file
View File

@ -0,0 +1,6 @@
<?php
return [
'conversation_cache_time' => 40,
'user_cache_time' => 30,
];

7
config/botman/web.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'matchingData' => [
'driver' => 'web',
],
];