Hey @rbossie, it’d actually be great if you could post how you solved it so that someone searching with the same problem can find the solution! Of course, if you’d prefer that the topic be deleted, I can do that for you.
I’ve uploaded my code following the Heroku git instruction.
The Procfile contains the line: web python -m rasa_core.run -d models/dialogue -u models/current/nlu --endpoints endpoints.yml --credentials credentials.yml -p $PORT
Where endpoints.yml contains a reference to another Heroku app, where I deployed the action server.
And I used mongo cloud atlas to store my conversations using the link provided there.
Thanks for posting the answer but I want to integrate on my website then what procedure should I follow can you tell me as I have to complete this chat integration so that I will be placed for the company which given me the task.