Chatbox development continues to be a rapidly growing element on many platforms with some posts suggesting "the chatbot market is projected to account for $1.23 billion by the year 2025".
I'm wondering if anyone can steer me in the right direction. I am wondering if there are any initiatives for chatbox development similar to what has been done for drupal 8/9 using Google Dialogflow:
https://www.drupal.org/project/drupal_chatbot
https://bitcharms.blogspot.com/2018/08/chat-bots-giant-step-in-transform...
https://www.specbee.com/blogs/building-chatbots-drupal-using-dialogflow
Or if people think there is a better approach.
Thank you,
Izzy
Recent comments
It is an admin theme that's based upon the bootstrap 3. Maybe it's missing a piece to act as an admin theme?
Add blocks filtering problem
Thank you, Martin and Olaf! I had a feeling that there might be something out there already :) I will check all three options (I will look at porting modules) and report back which one...
Filter by text in "message" in /admin/reports/dblog
The Views Watchdog module for Backdrop "extends the Views module and allows to create custom lists of log entries". On Github, there is also a Wiki page with information about available fields,...
Filter by text in "message" in /admin/reports/dblog
Hi Irina I have often wondered this. I have had Log Filter on my list of possible migrations for a while; this uses a JS library to do the filtering. I notice on the project page of this...
Filter by text in "message" in /admin/reports/dblog
Thanks man, you've convinced me; I'll bypass Views. :D
Views, hooks or handlers?