May 2020
Intermediate to advanced
404 pages
10h 52m
English
In this section, we will demonstrate how you can use the Dialogflow Python API V2 with your Dialogflow agent to bring interactivity to your application built using Python. Let's first understand how the several components of the DialogFlow ecosystem interact with the following diagram:

The user creates the input, which is sent to the agent via integration APIs, websites, or apps. The agent matches the user input to the available intents and produces a fulfillment of the query. The response is sent back to the user interface by the means of a webhook and the response is presented to the user.
It is quite ...
Read now
Unlock full access