Reputation: 5
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.
Upvotes: 0
Views: 834
Reputation: 66
See another sample here to use QnA+LUIS together: https://github.com/Microsoft/BotBuilder-CognitiveServices/tree/master/Node/samples
Upvotes: 2
Reputation: 1182
You might want to look at this sample: https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-LUIS
Upvotes: 0