Send rich response from Python webhook to Dialogflow Messenger
In this post I will explain how to send rich responses from your webhookYou can use webhooks to add custom business logic in both Di... More code to Dialogflow Messenger.
I will explain the steps for the Description rich response type, and you should be able to follow the same steps and do it for the other rich response types.
Let us start with the agent we used for the beginner tutorial.
First, let us look at the Custom Payload response for the intentBoth Dialogflow ES and Dialogflow CX have the concept of int... More called “show.description”
Now trigger this intent in the simulatorYou can use the Simulator in both Dialogflow ES and Dialogfl... More using the appropriate training phrase.
Go to the History tab and open the Diagnostic Info for this intent.
Click on the ellipsis (three dots) next to the Agent
Click on Raw Interaction Log
Note: This is my old website and is in maintenance mode. I am publishing new articles only on my new website.
If you are not sure where to start on my new website, I recommend the following article:
Is Dialogflow still relevant in the era of Large Language Models?
One Comment