Ejemplo n.º 1
0
 public Uri BuildFeedbackRequest(string userId, string userQuery, string kbQuestion, string kbAnswer, out QnAMakerTrainingRequestBody postBody, out string authKey, out string knowledgebaseId)
 {
     //Active training is not in scope for this workshop, please see documentation online!
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Task <bool> ActiveLearnAsync(Uri uri, QnAMakerTrainingRequestBody postBody, string authKey)
 {
     //Active training is not in scope for this workshop, please see documentation online!
     throw new NotImplementedException();
 }