I am planning to build a similar chatbot built by Microsoft team for a super mall in china (https://microsoft.github.io/techcasestudies/bot%20framework/2017/06/21/CaaP-SuperBrandMall.html), I have below requirement :I am using visual studio 5 for Bot Framework.
- I want to get the details of different clothes available in the store
- I want to fetch the data from Azure SQL ( Already have data in csv format)
- I want to connect LUIS too
- Integration with Skype
I have the following queries:
- Which type of dialog is used here? Can I do it with only FormFlow dialog?
- Integration of Bot framework with Azure SQL( Mainly fetching the details of location of clothes for particular ocassion,gender,brand in mall)
- What modification is required in Model folder in bot framework?
- Integration of LUIS
Please help me with this if anybody can suggest/add.
Thanks in advance.