How to send rich responses from webhook to Dialogflow Messenger
Recently, I got this question on YouTube: i have added rich responses code in my dialogflow fulfillment. but when i am testing with dialogflow messanger integration, it is not diaplaying any images, cards on dialogflow messanger. Can you tell me what version i need to use? Based on the question, I suppose this person is using the Dialogflow fulfillment library. I recommend people avoid using the fulfillment libraries for Dialogflow unless they are building a voice bot. Since this question is about Dialogflow Messenger, it is recommended that you don’t use the fulfillment library. There are three reasons why I recommend you avoid the fulfillment library: a) it makes things unnecessarily opaque b) the fulfillment library is rarely up to…