- 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
- 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
--
- create
credentials.json file and add the following properties and update it with your setting
{
"qna":{
"url":"",
"subscriptionKey": "",
"knowledgeBaseId":""
},
"microsoftApp":{
"id": "",
"password": ""
}
}