Skip to content

Sample of how to create a QnA Bot using Microsoft Translator API

Notifications You must be signed in to change notification settings

FranciscoPonceGomez/QnATranslatorSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QnATranslatorSample

Sample of how to create a QnA Bot using Microsoft Translator API

This bot translates the user’s question to English, sends it to QnAMaker and then translates the answer back to the language that has detected for the user.

Feel free to clone the repro and just update Web.config with you own credentials to give it a try

	<appSettings>
	<!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
	<add key="BotId" value="" />
	<add key="MicrosoftAppId" value="" />
	<add key="MicrosoftAppPassword" value="" />
	<add key="QnASubscriptionKey" value="" />
	<add key="QnAKbId" value="" />
	<add key="TranslatorApiKey" value="" />
	</appSettings>

alt text

alt text

About

Sample of how to create a QnA Bot using Microsoft Translator API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published