Hi folks,
I would like to know,
1) how to use mongo query and fetch data from the MongoDB
2) how to render fetched data to my chatbot
3) the data can be like an image/button
4) when a user clicks the button or image I have to redirect to some URL
I have used the above things in Flask( one of python framework) application like
to find data
ANS_1: db.collection.find({“product_name”:“iPhone”})
but I don’t know how to approach this problem to get the solution in RASA. can anyone help me out from this? Thanks in advance.