@Immanuel R Based on my experience, you should integrate your bot with Azure QnAMaker API or the Azure language service Question answering feature API. Both the services are similar, except the Azure QnAMaker is a service that will be retired in 2025. Essentially, both these services will use a Knowledge base of questions and answers that can be exposed through an API which can be integrated with the bot service or any other client service. Any updates to the knowledge base should automatically provide new set of questions to answer for the bot. Most users try to use the QnAMaker along with LUIS to understand a users input or utterance to provide relevant response to the query. You can also refer to this guidance on when to use these services and check if they could help your usecase.
If an answer is helpful, please click on
or upvote
which might help other community members reading this thread.