Skip to content

Commit 1d38d06

Browse files
committed
[Cogsvcs] QnA Maker - remove brk links to Bot Frmk
1 parent 485685a commit 1d38d06

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

articles/cognitive-services/QnAMaker/How-To/improve-knowledge-base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Improve knowledge base - QnA Maker
33
description: Improve the quality of your knowledge base with active learning. Review, accept or reject, add without removing or changing existing questions.
44
ms.topic: conceptual
5-
ms.date: 03/16/2020
5+
ms.date: 03/31/2020
66
---
77

88

@@ -199,7 +199,7 @@ In the [Azure Bot sample](https://aka.ms/activelearningsamplebot), both of these
199199

200200
### Example C# code for Train API with Bot Framework 4.x
201201

202-
The following code illustrates how to send information back to QnA Maker with the Train API. This [complete code sample](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/qnamaker-activelearning/csharp_dotnetcore) is available on GitHub.
202+
The following code illustrates how to send information back to QnA Maker with the Train API.
203203

204204
```csharp
205205
public class FeedbackRecords
@@ -262,7 +262,7 @@ public async static void CallTrain(string endpoint, FeedbackRecords feedbackReco
262262

263263
### Example Node.js code for Train API with Bot Framework 4.x
264264

265-
The following code illustrates how to send information back to QnA Maker with the Train API. This [complete code sample](https://github.com/microsoft/BotBuilder-Samples/blob/master/experimental/qnamaker-activelearning/javascript_nodejs) is available on GitHub.
265+
The following code illustrates how to send information back to QnA Maker with the Train API.
266266

267267
```javascript
268268
async callTrain(stepContext){

articles/cognitive-services/QnAMaker/How-To/metadata-generateanswer-usage.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 11/22/2019
11+
ms.date: 03/31/2020
1212
ms.author: diberry
1313
---
1414

@@ -141,8 +141,6 @@ var response = await _services.QnAServices[QnAMakerKey].GetAnswersAsync(turnCont
141141

142142
The previous JSON requested only answers that are at 30% or above the threshold score.
143143

144-
The Support bot has [an example](https://github.com/microsoft/BotBuilder-Samples/blob/master/experimental/qnamaker-support/csharp_dotnetcore/Service/SupportBotService.cs#L418) with this code.
145-
146144
## Use QnA Maker with a bot in Node.js
147145

148146
The bot framework provides access to the QnA Maker's properties with the [getAnswer API](https://docs.microsoft.com/javascript/api/botbuilder-ai/qnamaker?view=botbuilder-ts-latest#generateanswer-string---undefined--number--number-):
@@ -161,8 +159,6 @@ var qnaResults = await this.qnaMaker.getAnswers(stepContext.context, qnaMakerOpt
161159

162160
The previous JSON requested only answers that are at 30% or above the threshold score.
163161

164-
The Support bot has [an example](https://github.com/microsoft/BotBuilder-Samples/blob/master/experimental/qnamaker-activelearning/javascript_nodejs/Helpers/dialogHelper.js#L36) with this code.
165-
166162
<a name="metadata-example"></a>
167163

168164
## Use metadata to filter answers by custom metadata tags

0 commit comments

Comments
 (0)