Programming Dialogflow ES
Have a question about this course? Ask here | Check out course discounts and promotions
There are three important concepts all programmers should learn about Dialogflow ES.
You can use webhooks to add business logic to your Dialogflow ES agent, you can use Dialogflow’s REST API to extend your ES agent (for example by building a custom integration), and you need to understand how Dialogflow Sessions work so you understand how to build complex conversation flows.
This course explains all three concepts systematically.
Course Content
Understanding Dialogflow Sessions
Webhook Request-response lifecycle
REST API v2
REST API v2: Google Identity Access Management (IAM)
REST API v2: Postman