How to write the custom NLG to generate the dynamic responses from actions

Team, I want to create the custom NLG to generate the custom responses using API data from actions. Please let me know, if anyone already using custom NLG or how to create it.

Hi @yprashant, not sure if you’re seen this yet, but we have a sample simple NLG server example: https://github.com/RasaHQ/rasa/blob/master/examples/nlg_server/nlg_server.py

Might help you get your server running so you can focus on the code that actually generates/chooses your responses :slight_smile: