06 How to generate the List response
The list response type is an interesting one.
Compared to the other rich responses, it is more complex to implement.
But it also provides some benefits you don’t have in other rich responses.
Specifically, if you need a “listbox” style input – where the presented value has to be different from the underlying key – it is your only choice.
How it works
1 Add an EventEvents are used in both Dialogflow ES and Dialogflow CX as t... More to the intentBoth Dialogflow ES and Dialogflow CX have the concept of int... More that you want to fire
2 In the event payload for each list item, make sure you call the Event for the intent that you would like to fire, as you can see below
Don’t like editing JSON by hand? Use my visual custom payload generator tool:
About this website
I created this website to provide training and tools for non-programmers who are building Dialogflow chatbots.
I have now changed my focus to Vertex AI Search, which I think is a natural evolution from chatbots.
Note
BotFlo was previously called MiningBusinessData. That is why you see that watermark in many of my previous videos.