0
votes

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.

1
Your error: "Microsoft Chatbot Channel Error", doesn't show any error? Please provide errors for channels that didn't workHelen Lo
Sorry attached the wrong pictureJustin Brancato
Thanks for pointing that out Helen, I have since updated the link with the errorJustin Brancato
Can you please provide with the bot id so that we could investigate.Srinivas Naidu - MSFT

1 Answers

0
votes

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: