-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.htm
20 lines (20 loc) · 1021 Bytes
/
default.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body style="font-family:'Segoe UI'">
<h1>SimpleEchoBot</h1>
<p>Simple Bot for echoing user input using the Bot Builder.</p>
<p>Here are some handy links to get started:</p>
<p>
<ul>
<li><a href="https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-overview">Get started building bots with .NET.</a></li>
<li><a href="https://review.docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-dialogs?branch=17726-azure-bot-next">Learn more about Dialogs in the Bot Builder SDK for .NET.</a></li>
<li><a href="https://docs.microsoft.com/en-us/bot-framework/azure/azure-bot-service-continuous-deployment#set-up-continuous-deployment">Get the bot code and setup continuous deployment.</a></li>
<li><a href="https://docs.microsoft.com/en-us/bot-framework/debug-bots-emulator">Debug your bot.</a></li>
</ul>
</p>
</body>
</html>