Is there any possible way to apply luis after capturing user input from Adaptive text block?
- 阅读更多 关于 Is there any possible way to apply luis after capturing user input from Adaptive text block?
问题 Within a bot,we have an adaptive card where the user has a choice to select yes or no. On selecting YES, user is prompted to enter the keywords. After the user gives input in the textblock in adaptive card, the input has to be captured and sent as input parameter to web api. However, after the input is given, we will have to apply luis since there is a possibility of having synonyms for the input text. In the below code, keywords variable refers to the input text given by user and for which