An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bot-Application
![Emulator picture](https://docs.microsoft.com/en-us/azure/bot-service/media/emulator-v4/emulator-welcome.png?raw=true)
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)