Skip to content

Commit 773a116

Browse files
v-maudelemgrol
authored andcommitted
CC152110: fixing typo for consistency CSharp/C# (MicrosoftDocs#1693)
1 parent 4efe3ea commit 773a116

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/v4sdk/bot-builder-howto-qna.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Use QnA Maker to answer questions | Microsoft Docs
33
description: Learn how to use QnA maker in your bot.
44
keywords: question and answer, QnA, FAQs, qna maker
55
author: ivorb
6-
ms.author: v-ivorb
6+
ms.author: kamrani
77
manager: kamrani
88
ms.topic: article
99
ms.service: bot-service
10-
ms.subservice: cognitive-services
1110
ms.date: 05/23/2019
1211
monikerRange: 'azure-bot-service-4.0'
1312
---
@@ -22,7 +21,7 @@ One of the basic requirements in creating your own QnA Maker service is to seed
2221

2322
## Prerequisites
2423

25-
- The code in this article is based on the QnA Maker sample. You'll need a copy of it either in **[CSharp](https://aka.ms/cs-qna) or [JavaScript](https://aka.ms/js-qna-sample)**.
24+
- The code in this article is based on the QnA Maker sample. You'll need a copy of it either in **[C#](https://aka.ms/cs-qna) or [JavaScript](https://aka.ms/js-qna-sample)**.
2625
- [QnA Maker](https://www.qnamaker.ai/) account
2726
- Knowledge of [bot basics](bot-builder-basics.md), [QnA Maker](https://docs.microsoft.com/azure/cognitive-services/qnamaker/overview/overview), and [managing bot resources](bot-file-basics.md).
2827

0 commit comments

Comments
 (0)