Hi,
Is there a way i can get the response back from rasa in the format facebook accepts. So i can connect multiple pages to same bot and i do not have to bind my bot to one page. I have 4 pages for same service and i want to have them connected to same bot.
Thanks
Can you be more specific about get the response back from rasa in the format facebook accepts
? I think this stuff of translating rasa --> facebook should happen already in the facebook output channel. Is the idea that you want to deploy your one bot to multiple pages by e.g. multiple entries in the credentials.yml
?
yes, so for example I have four pages subscribed to one facebook app at endpoint example www.example.com/getHooks. Any request I receive from facebook will forward that directly to Rasa and get the response back and send the json back to facebook.