December 11, 2019 No Comments

Dialogflow Tutorial: Setup Transaction API On Google Assistant Using NodeJS

Chatbot based e-commerce is gradually expanding. It is now possible to publish chatbots on Google Assistant where user can buy your products, book your service, make reservation and make payment in Google Assistant itself. This makes the buying process seamless for users with payment from their linked credit/debit card in Google Pay Account. But enabling payment in Google […]

November 25, 2019 No Comments

Launch Your Own Business Information Bot On Google Assistant And Facebook Messenger

Business Insider reports that over 80% businesses are expected to have Chatbot automation implemented by 2020, given its efficiency and versatility. Chatbots are on rising and gaining lot of popularity! And why wouldn’t they? The progress in NLP – Natural Language Processing – field is scaling new heights everyday and with that Natural Language Understanding of machines is […]

November 22, 2019 No Comments

Dialogflow Tutorial: Back Functionality In Chatbot Using Python + Django

Dialogflow is a very powerful tool when it comes to chatbots development. We can create complex conversation flow using Dialogflow. Not only logical-tree-based step-by-step conversation flow but we can also create free flow where user can jump from one point of conversation to another. However, Dialogflow has its own limitations. It doesn’t provide all the functionalities we require. […]

November 22, 2019 No Comments

Amazon Alexa Skill Submission Tutorial For Beginners

In our previous blog, we learned how to create an Alexa skill, We have created intents and added Sample Utterances and Alexa prompts. Our skill is now ready to be published on the Amazon Alexa store but we didn’t cover how to test our skill and publish on Amazon Alexa store. In this blog, we will […]

November 1, 2019 No Comments

Botium Setup And Test Case Generation For Dialogflow Agent

Testing / QA is a crucial part of software development. If testing/qa is not done properly then it leaves possibilities of bugs and errors in the system. For testing desktop, web or mobile based applications, there are various tools available. Also, we can develop our own testing tools using open source frameworks like Selenium. Now as […]

September 9, 2019 No Comments

Amazon Alexa Skill Development Tutorial For Beginners

Amazon Alexa Console is one of the Platforms to develop chatbot that can be integrated with Amazon’s virtual assistant Alexa. The chatbot we create for Alexa is called Skill. “Skill” means developing some flow of conversation to make proper interaction with users such that it will provide information or do specific task on Alexa. Here we are […]

June 8, 2019 18 Comments

Dialogflow Tutorial: Create Fulfillment Webhook Using Python + Django

Dialogflow’s fulfillment feature is a very powerful feature that enables Dialogflow agent to communicate with our server. It comes in very handy when we want to use any data from our database or third party source in our Dialogflow based chatbot. To utilize Dialogflow Fulfillment, we need to create a webhook URL which will be […]

May 22, 2019 6 Comments

Emoji Handling In Dialogflow (Download Intent And Entities)

? ? ? ? ? ? ? ? Nowadays emojis are being integral part of text-based chat conversations. People love to use it ever now and then to express their emotions better. But what if a user is communicating with a chatbot and send an emoji as response? Mostly bots fail to understand it and […]

February 11, 2019 2 Comments

Chatfuel Tutorial: Create Taxi Booking Bot For Facebook Messenger

Chatfuel is one of the leading chatbot development platforms to develop chatbots for Facebook Messenger. One of the main reasons of Chatfuel’s popularity is easy to use interface. No knowledge of programming is required to create basic chatbot. People with non-technical background too can create bots using the platform and launch on their Facebook page. If you start exploring the options/menus […]

January 29, 2019 3 Comments

Chatfuel Cards And Plugins Examples For Facebook Messenger Chatbot

Chatfuel is one of the best choices available around for developing Facebook Messenger Chatbots. Using it one can build a simple chatbot within few minutes with no requirement of any technical knowledge or programming. It is a kind of drag and drop platform where we can define the flow of our bot and integrate easily […]

Thanks!