'can we build automation bot with Azure bot framework?
I want to achieve system automation task with the help of azure bot framework, currently we have step data in normal sentences Like:
1) xyz.txt move to temp dir
2) read the file xyz.txt
3) delete the file xyz.txt
This is the one example there are random scenario for multiple tasks can we achieve this process with the help of azure bot and LUIS
Solution 1:[1]
We can actually add natural language to the bot:
I have not tested in my lab, but below are few steps to acheive the same.
- Create a LUIS app in the LUIS portal
- Obtain values to connect to your LUIS app
- Retrieve application information from the LUIS.ai portal
- Update the settings file
- Configure your bot to use your LUIS app
- Test the bot
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SureshBabu-MT |
