youssefyoussef
youssefyoussef
@xiaolangxyz I just used the QnAMakerDialog by bot framework (namespace: Microsoft.Bot.Builder.CognitiveServices.QnAMaker) which has QnAFeedbackStepAsync method. It is a bit limited as I couldn't localize the response when no answer is...
It worked for my use case. Perhaps if I understand more about your needs I will be able to recommend which library to use? I train knowledge base using qnamaker.ai...
@xiaolangxyz Here is a sample for using Bot Builder QnAMakerDialog: https://github.com/Microsoft/BotBuilder-CognitiveServices/tree/master/CSharp/Samples/QnAMaker I know metadata can only be managed using the REST API.