Hi, I’m currently working on a RASA based FAQ bot.The bot im trying to create will have around 90-100 intents and providing training examples for all the 100 intents manually isn’t much feasible, so is there any better way of doing that?
You can reuse the training examples available in the internet like for general intents eg:, ##intent:greet, ##intent:goodbye, ##intent:thanks etc.
But for other bot specific intents, one has to provide the training examples.
However, this open source project called rasa-nlu-trainer makes it better while adding those training examples.