March 10, 2021 No Comments

How To Get Transcript Of YouTube Video Using Python

Introduction In this blog, we will see how to fetch the text/caption/transcription of all videos from a particular YouTube channel. For that, we need YouTube data API v3 and the channel ID of the channel for which we want to fetch the captions. Below are the steps to fetch the caption of all videos, if […]

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. […]

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. […]

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

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 […]

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 […]

September 9, 2019 No Comments

How To Use Video Intelligence API Of Google Cloud With Python On Google Colab

Google Cloud offers Video Intelligence API service which analyzes the input video and provides labelling. Pre-trained models of Video Intelligence API can help detect more than 2000 objects, places and actions from the video. We are going to take you through how to use Video Intelligence API with Python on Google Colab and local computer. First part […]

Thanks!