Azure / bot-trees

MIT License
1 stars 3 forks source link

Calling Luis #1

Open hemachowdary opened 6 years ago

hemachowdary commented 6 years ago

Hi, In this sample, I would like to know from where the intents are coming? are we simply hardcoding the intents in the dialog.json file under scenarios folder? How can I call Luis and get all the intents configured in my Luis app and then have a individual json file for each intent?

meenakkk commented 6 years ago

Hi, In the sample given here you are displaying only one intent. But now I have a scenario where I want to display multiple intents which has nearest intent score so that I can display those nearest matching intents and user can select of his choice among them. Can you suggest me how to achieve this scenario using nodejs.