0

Some Context: I am using QnAmaker to setup my Knowledge Base with my questions and answers. As so, I am hosting this bot on the Azure Bot Framework service, as a question and answer type bot. I have setup the following Channels; Microsoft Teams, Skype, Skype for Business and Web Chat. Currently the only channel that is working, I get a response from the chatbot, is through the webchat.

My Problem: I would like to create an integration on the Microsoft Teams channel, but I am getting no response from the bot. This is through using the 1-on-1 chat test integration when Azure connects to MS Teams automatically. As this didn't work I then set up an external webhook, documented here Setting up an External Webhook. After messaging my bot through the channel using the @botname syntax I get the following error: Microsoft Chatbot Channel Error

At the moment this is just a proof of concept for something greater so I am hoping to get some help to nail down an architecture of publishing our chatbots.

Any help would be greatly appreciated.

Nicolas R
  • 13,812
  • 2
  • 28
  • 57

1 Answers1

0

I found through searching MS Teams Chatbot setup documents that I did not embed my authentication key given from MS Teams to Azure Bot Framework code/header.

I used the following links to troubleshoot my issue: