https://github.com/iliyalb/bot-application
🤖 Bot Builder V3 SDK Template - Bot Application for Visual Studio
https://github.com/iliyalb/bot-application
ai asp-net azure bot-framework cognitive-services csharp-sdk natural-language-understanding
Last synced: about 1 year ago
JSON representation
🤖 Bot Builder V3 SDK Template - Bot Application for Visual Studio
- Host: GitHub
- URL: https://github.com/iliyalb/bot-application
- Owner: iliyalb
- License: unlicense
- Created: 2018-11-28T19:57:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T05:52:57.000Z (almost 3 years ago)
- Last Synced: 2023-07-14T06:25:19.342Z (almost 3 years ago)
- Topics: ai, asp-net, azure, bot-framework, cognitive-services, csharp-sdk, natural-language-understanding
- Language: C#
- Homepage: https://dev.botframework.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot-Application

Bot Builder V3 SDK Template - Bot Application for Visual Studio (2015/2017)
**Official** Microsoft [Bot Builder V3](https://github.com/microsoft/botbuilder-v3) SDK GitHub repository.
## Getting Started
Clone the project or put these files in a zip archive under:
```
Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#
```
Place Bot-Application.zip in the directory above and use it as a template:
```
File -> New -> Project... -> Visual C# -> Bot Application
```
### Prerequisites
* Visual Studio [IDE](https://visualstudio.microsoft.com/)
* Bot Framework [Emulator](https://github.com/Microsoft/BotFramework-Emulator/wiki/Getting-Started)
## Links
You can get **V4** template here:
[Bot Builder V4 SDK Template](https://botbuilder.myget.org/feed/aitemplates/package/vsix/BotBuilderV4.fbe0fc50-a6f1-4500-82a2-189314b7bea2)
### Documentation
Azure Bot Service [Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0)
Create a bot with the [Bot Builder SDK](https://docs.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-sdk-quickstart?view=azure-bot-service-4.0)
Natural [language understanding](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis)
QnA Maker [API](https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview)
### References
[Microsoft Bot Framework](https://dev.botframework.com)
[Microsoft Cognitive Services](https://www.luis.ai)
[Microsoft Knowledge-Base API](https://www.qnamaker.ai)