Skip to content

Commit

Permalink
docs and latest webchat
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Jefford committed Sep 23, 2018
1 parent dc04f5f commit ddf21d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

## Overview

> [!NOTE]
> This topics applies to v4 version of the SDK.
The Virtual Assistant Solution provides everything you need to get started with building your own Assistant. Base Assistant capabilities are provided within the solution including language models for you to build upon along with Conversational Skill support enabling you to plug-in additional capabilities through configuration. See the [Overview](./readme.md) for more information.

The Virtual Assistant solution is under ongoing development within an open-source GitHub repo enabling you to participate with our ongoing work.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Custom Assistant - Linked Accounts

> [!NOTE]
> This topics applies to v4 version of the SDK.
## Overview

Speech-led conversational scenarios require a different mindset and approach for certain scenarios, one such example is Authentication. If you take a Productivity scenario, whereby the user wants to access information in their calendar it's important for the IPA Bot to have access to a security token (Office 365 for example).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ViewData["Title"] = "Home Page";
}
<head>
<link href="https://cdn.botframework.com/botframework-webchat/0.14.3-master.d1a161a/botchat.css" rel="stylesheet" />
<link href="https://cdn.botframework.com/botframework-webchat/preview/botchat.css" rel="stylesheet" />
</head>

<div id="bot" />
<script src="https://cdn.botframework.com/botframework-webchat/0.14.3-master.d1a161a/botchat.js"></script>
<script src="https://cdn.botframework.com/botframework-webchat/preview/botchat.js"></script>
<script>
BotChat.App({
directLine: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "microsoft.onmicrosoft.com",
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"ClientId": "d9e47a2a-66a7-4119-9745-af7ac9701bea",
"Domain": "",
"TenantId": "",
"ClientId": "",
"CallbackPath": "/signin-oidc"
},
"Logging": {
Expand All @@ -13,6 +13,6 @@
},
"AllowedHosts": "*",

"DirectLineSecret": "dW48JDbej9A.cwA.hxc.C2yTslw5UYF_VSBA2glirKa5sMrJ5oYtJufxpgSdpzo",
"BotId": "AadV2Botdarrenj"
"DirectLineSecret": "",
"BotId": ""
}

0 comments on commit ddf21d6

Please sign in to comment.