0

I am facing with the problem because I can not connect qna maker bot to azure bot service. On qna maker platform everything works good, but when I go to bot service and test in web chat it does not work, it just repeats message I typed. I have already coppied QnAKnowledgebaseId, QnAAuthKey, and the QnAEndpointHostName from QNA maker to bot service settings. enter image description here

Dusan
  • 11
  • 2

1 Answers1

1

The responses appear to be coming from the Basic template. Please try creating a bot using the Question and Answer template:

enter image description here

This will add the Microsoft.Bot.Builder.CognitiveServices package, with a QnAMakerDialog.

Eric Dahlvang
  • 8,252
  • 4
  • 29
  • 50