Alternative for having LUIS Intent
问题 The requirement is to capture the keywords from the user input given in chat window and make a web api call to get a file link. I have four different categories into which the user input query can be classified: --Operating Group --Technology --Geography --Themes I have configured a LUIS intent and listed these four categories as entitites. However, the issue now is that the entity list cannot be predefined since there can be any number of search keywords which can be passed to web api. I am