I am very new to Rasa and I am working on integrating my rasa bot on AWS and then connecting it to a mobile application. I also want this mobile application to handle human handoff.
Does anyone have any advice or any resources they could point me to?
Will I be able to connect still see how users interact with my rasa bot with Rasa X even when it has been deployed to the cloud?
To elaborate, would the mobile developer just need to create a chat widget that makes a post request to the endpoint URL of the Rasa X?
Yes. If you use the Server Quick-Install deployment method, you will need to set the environment variable for the rest channel: export ADDITIONAL_CHANNEL_CREDENTIALS="rest=''" and then send a POST request to /webhooks/rest/webhook