Month: July 2021
-
Is it possible to make a chrome extension chatbot?
Is it possible to take the url the extension is opened in and feed it into the chatbot submitted by /u/largomouth3 [link] [comments]
-
How do you successfully manage a large team working on a chatbot? This is how you can host the test sets on your company server and give access to all team members.
submitted by /u/Niki_Botium [link] [comments]
-
Resources for creating chatbot
Hi, I’m looking for up-to-date resources (books, videos, articles) how to create open-domain chatbot. submitted by /u/TonyGodmann [link] [comments]
-
I made a messenger chatbot that allow you to watch youtube from messenger, hope you like it đ
submitted by /u/OMARIAyoub [link] [comments]
-
I made a platform for developers to build chatbots (link in comments)
submitted by /u/aitosumankolosky [link] [comments]
-
WP-Chatbot Builder For Messenger: Demo Tutorial: Setup and Working
submitted by /u/Botmywork [link] [comments]
-
Chatbot trend
submitted by /u/ADSPLTech7512 [link] [comments]
-
How to maintain chatbot regression tests with minimum effort
The biggest and the most hateful challenge in software development is writing test cases and maintaining them. This is no different when it comes to chatbot development. At Botium we donât write the regression tests, we generate them. This article shows you how we do this with the least amount of effort invested. To reach…
-
How technical are APIs?
The driver for this article is not to start a debate on what things need technological prowess to understand versus the logical components of a highly scalable SaaS-based platform. We intend to help you fit a complex system into a logical block in a way that a layperson can understand.â API means Talking Letâs take an…
-
Building a Weather Bot using Bot Framework Composer- Part 2
The first part of the tutorial can be found hereâââhttps://chatbotslife.com/building-a-weather-bot-with-bot-framework-composer-fa62b7cc9623 A dialog contains one or more triggers. Each trigger consists of one or more actions which are the set of instructions that the bot will execute. Dialogs can also call other dialogs and can pass values back and forth between them. In this tutorial, you learn…