Remove dialogflow-cx-tutorial-for-beginners-part-1
article thumbnail

Dialogflow CX tutorial for beginners Part-1

Pragnakalp

About Dialogflow Dialogflow CX tutorial for beginners Part 1 Let’s begin the Appointment Chatbot development. Google signup To start using Dialogflow you need to have a Google Account. Create a Project To start with a new chatbot development in Dialogflow, we need to create a project.

article thumbnail

Dialogflow CX tutorial for beginners Part-2

Pragnakalp

In Dialogflow, a webhook can be used to fetch data from your server whenever a certain intent having webhook enabled (don’t worry, we will see that) is invoked. Let’s start building our own Dialogflow agent with a webhook using Python (Flask) and deploy it using Ngrok. You can read more about webhook here. python app.py

Python 52