We are building a chatbot application for our ERP Project.
In our system we are having more than 500 FAQ's questions (We Can't group questions, each QA is different), how do I create intents for all questions because AWS Lex is having the limitation of 250 Intents.
If I use Lambda, we should build the NLU. Anybody suggest me what is the best approach to build the chatbot in the above scenario.