You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
# Readme - Code Samples for Chapter 36, Bots and Cognitive Services
2
+
3
+
This chapter contains the following code samples:
4
+
5
+
* DialogBotSample
6
+
* LUISBotSample
7
+
8
+
The code samples are based on the .NET Framework - because at the time of this writing the Bot Framework SDK is not yet available for .NET Core. Check the [GitHub repository](https://github.com/ProfessionalCSharp) for updates.
9
+
10
+
The samples of this chapter need Visual Studio 2017 Update 5 and an Microsoft Azure account. Read the book chapter for more information.
11
+
12
+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp7)
13
+
14
+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com"csharp.christiannagel.com") for additional information for topics covered in the book.
0 commit comments