-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.htm
21 lines (21 loc) · 1.12 KB
/
default.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body style="font-family:'Segoe UI'">
<h1>LuisBot Template</h1>
<p>A bot that shows how to handle natural language using the Cognitive Services LUIS API. </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://docs.microsoft.com/en-us/bot-framework/cognitive-services-bot-intelligence-overview#language-understanding">Learn more about LUIS and the Cognitive Services.</a></li>
<li><a href="https://www.luis.ai">Visit the LUIS portal.</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>