I’m working on RASA chat bot. it’s ambitious project for my organization and 75% development done by my side but i have one question as we deploy the chat bot with our website and with third party but after deployment how can i add any intent,data and actions. In development I’m new to this. so please guide me any admin side i can refer or something else you can suggest for add,update and delete ?
Use the same markdown but treat this file as txt and use file I/O operation (java, c#, python etc…).
Create a template for all 3 files and try to use “OR”
## story
...
- utter_ask_confirm
* affirm OR thankyou
- action_handle_affirmation
The only place you will find challenges when user add new intent and you want to add the entity and new slots. For this, you have to add brain in automation job to identify these.
@piyush29programmer how the format can be maintained like * ## and other things if we even use python to insert new intent and stories from sql to python then to md and yaml?