April 19, 2022 No Comments

Create WhatsApp Bot With Twilio Using Python Tutorial With Examples

Introduction WhatsApp is unarguably the most popular messaging app which helps people to connect across the globe. It is fair to say WhatsApp is becoming an integral part of our life. The Platform has more than two billion monthly active users. With this much potential user base, any business cannot afford to ignore WhatsApp. We […]

April 16, 2022 1 Comment

Create Discord Bot Using Python Tutorial With Examples

Introduction Discord is a group-chat platform similar to Skype, TeamSpeak, or Slack that allows users to communicate simple text messages as well as rich messaging. In this tutorial, we will learn to create a Discord bot and add it to our channel. How we can send text, image, video, audio, files through the bot, and […]

July 6, 2021 No Comments

Appointment Booking Chatbot For Hospitals / Clinics

This pandemic has really taught us so many lessons. Among all the bad things that happened during these terrible times, one thing that proved to be a savior to mankind is the innovation and investment done in the Healthcare IT sector. After the contribution of our frontline workers, Healthcare IT has proved to be the […]

March 10, 2021 No Comments

Dialogflow Tutorial: Increase Webhook Timeout limit Of 5 Seconds Using Python

Webhook Service: In Dialogflow you can create agent responses in two ways first ‘static’ response by adding details in the console itself for the basic functionality and second is a dynamic response by managing Fulfillment through the web service called webhook service. You can create a more complex and flexible conversation flow by webhook service. […]

December 24, 2020 No Comments

Setup Twilio Integration On Your Server To Connect Google Dialogflow ES

Dialogflow has discontinued the one-click integration of Twilio for SMS and instead made the twilio integration available as open source. Here, we take you through process of setting up Twilio integration on your own server to connect Twilio phone number with Dialogflow agent.  Pre-requisites You have created an account with billing enabled for the project on dialogflow and […]

February 24, 2020 2 Comments

Integrate Google RBM (Rich Communication Services Business Messaging) In Dialogflow

What is RCS business messaging or Google RBM? RCS (Rich Communication Services) Business Messaging or RBM is a next-generation SMS protocol (upgraded SMS services) that supports “Rich Responses”. RCS is a communication protocol based on advanced message services, supported and promoted by GSMA and Google. With RBM, people and businesses can communicate with more interactive mobile experiences […]

January 31, 2020 No Comments

Magento 2 Ecommerce Chatbot For Google Assistant & Facebook Messenger

Updated on: 26/05/2020 We have improved the agent and code to fix below issues: Made the Currency of the store dynamic. Earlier it was Dollar by default. In Google Assistant, if only 1 item was there in the list then that was creating issue. Fixed it by using combination of Card and Suggestion chips. If […]

January 28, 2020 No Comments

Dialogflow Tutorial: Account Linking In Dialogflow Using NodeJS

Welcome to one more Dialogflow Tutorial to advance your chatbot development journey. In this tutorial we are going to take you through implementation of Account Linking feature in Dialogflow for Google Assistant. Account linking can be highly useful when you already have users on your website and you want to offer them same services on Google Assistant or Facebook Messenger. […]

Thanks!