Tag: Bots
-
Create fluid conversations with QnA Maker multi-turn feature
Posted on July 7, 2019, Level intermediate Resource Length long
Matt Wade authored this beginner guide to QnA Maker multi-trun conversations. In the past there was a glaring difference between a QnA Maker knowledge base (KB) and a real human: the ability to clarify, ask for more information or do anything more than a one-off question-response type of conversation. With multi-turn, the experience with your QnA KB is much more fluid and significantly more natural.
Tags software bots robotics azure
-
Create an Alexa skill with serverless and a conversation
Posted on November 1, 2018, Level intermediate Resource Length medium
An article by Niklas Heidloff and Mark Sturdevant from IBM on hot Alexa skills topic. In it you will find how to create an Alexa skill with serverless and a conversation. Apart from Alexa you will also use Watson to discuss the weather, build a conversation, or choose one from a library. Watson is a question-answering computer system capable of answering questions posed in natural language, developed in IBM's DeepQA project.
Tags javascript serverless ibm bots miscellaneous nosql
-
Beginner's guide to designing smart chatbots
Posted on September 15, 2018, Level intermediate Resource Length long
An article by Vaibhav Verma, an User Experience Designer at Haptik, about his experience with designing the smart chatbots over 4 years period. He has designed more than 50 chatbots across various domains and use cases.
Tags bots nodejs miscellaneous robotics app-development ux
-
Step-by-Step guide to building a quick Q&A chatbot
Posted on August 31, 2018, Level intermediate Resource Length long
Tutorial by Purna Virji about starting with chatbots or virtual assistants. Chatbots, infobots, socialbots, salesbots, superbots! Bots are a great way to help serve your customers, build your business, and cut down costs.
Tags bots nodejs miscellaneous robotics azure
-
How to build a simple auto-login bot with Python and Selenium
Posted on August 17, 2018, Level beginner Resource Length medium
Malik Brahimi blog post about automation and how to use it for tasks that are repetitive, boring, time-consuming, or otherwise inefficient without the use of a script.
Tags programming bots tdd python software
-
Build a simple Twitter Bot with Node.js in just 38 lines of code
Posted on June 3, 2017, Level beginner Resource Length long
Brandon Morellinot complicated tutorial aiming to build a simple Twitter favorite bot with Node.js in just 38 lines of code.
Tags nodejs bots javascript