Skip to content

SIMITClub/microsoft-bot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Microsoft Bot Framework

Setup

Accounts

  • Create azure account for free
  • Ensure you are able to login at qnamaker.ai
  • Ensure you are able to login at Bot Framework
  • Ensure you have the admin access to the Facebook Page

Get Credentials

  • Microsoft App ID from dev.botframework.com -- Select the bot -- Select the settings -- scroll to app id -- ensure the secret is only known once!
  • QnAmaker credentails --

Server Files and Folder

  • create credentials.json file and add the following properties and update it with your setting
{
 	"qna":{
 		"url":"",
 		"subscriptionKey": "",
 		"knowledgeBaseId":""
 	},
 	"microsoftApp":{
 		"id": "",
    "password": ""
 	}
 } 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors