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

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

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