0

So I was recently tinkering with Azure Bot Services and Q&A but I noticed it didn't answer everything correctly and didn't get the intent sometimes so I decided to add LUIS to it but I don't really get how to integrate it to the bot. (They give a code sample but I don't really know where to put it).

I also wanted to know if there's a way for me to change the Q&A bot's language from English to French because most of my customers are French.

ItamarG3
  • 4,092
  • 6
  • 31
  • 44
t1b0
  • 5
  • 6

2 Answers2

2

See another sample here to use QnA+LUIS together: https://github.com/Microsoft/BotBuilder-CognitiveServices/tree/master/Node/samples

0

You might want to look at this sample: https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-LUIS

Byron Tardif
  • 1,172
  • 6
  • 16