May 2020
Intermediate to advanced
404 pages
10h 52m
English
In this example, we'll be creating a simple Python-based API that calls to the agent we created in the Dialogflow console to invoke Dummy Intent, as shown:
import dialogflow
import osproject_id = os.getenv("DIALOGFLOW_PROJECT_ID")
session_id="any_random_unique_string"
Read now
Unlock full access