Exemplo n.º 1
0
 static async Task DeleteKnowledgebase(QnAMaker client)
 {
     await client.DeleteKnowledgeBase();
 }