Hi,
I’m planning to create new chat bot using rasa nlu and rasa core, but i’m confused how to develop using rasa core on my existing web application.
Example : Under Windows Desktop framework we have existing multiple web application like Project A, Project B, Project C and Project D
Below is my question on new chat bot development.
- Should i need to create single NLU model , stories and Domain files? Or Is it possible to create separate NLU and Domain files based on project?
- How to select NLU Model and Domain files dynamically based on project they have selected?
- Is rasa core support multiple domain at same time?
- All my web application are in .net, So how to create Action and point that action to .Net web API service?
- How to create Custom Rest Channel?
Any one please help me how to create chat bot on this requirement?