I’ve set up a Dialogflow webhook with PHP that is working fine. Receives a query and responds correctly (message shown to the user). The problem that i have is i can’t figure out how to show a basic card style message (text with a link and a image) or any kind of richcontent. This only happens in Dialogflow messenger added to a webpage. This is the json i send:
The problem im having is that the response from a webhook isnt showing in dialogflow messenger but when i try it from dialogflow UI, it shows correctly. This makes me think the JSON im sending is correct but somehow dialogflow messenger doesnt shiw this kind of response from a webhook.
Hi, the payload i send throught the webhook shows correctly in DF web UI “try it now” but doesnt show in DF messenger thats why i think its a issue with DF messenger not being able to show richcontent recieved from a webhook.