We are trying to create a chatbot using rasa as NLP and would like to know if there is an API available for creating intents and train examples.
We found one API model/train but from the documentation we could find that it is used to train the entire model right. What we want is to train a new intent and its examples automatically using the API
If you want to train a model via the HTTP API you need to provide all data in the request itself. The server will not load any data from existing files. It just uses the data you provide via the API to train the model.