Integrate google map api in chatbot created by rasa integrated with facebook messenger

i am trying to show google map location on chatbot intergrated with facebook messenger.how can i do this???

anyone have done this?

@nik202 Could you help us in this. I want to use maps in rasa chatbot

@noman579 never did this before sorry.

@nik202 Thanks for the reply. know anyone who could help?

@noman579 all the known one left the Rasa. I’m sorry.

@noman579 I never did this before too but, this is a front-end customizations Rasa can send some payload (maybe json) with coordinates to your front-end

And maybe you can use something like iframe to display maps with coordinates

If you want to use Facebook Messenger, you need to find how send payload to facebook api

i Find this thread and this thread in Stack Overflow but i don’t know it’s working

I’m using folium interactive map using custom actions (python function call) but don’t know how to disply in response. I’ve used all methods of dispatcher. Could any one help me in displaying/return map to reponse in custom action. I mean which method could be used to display folium map. @sterpapi