コード例 #1
0
 static async Task DeleteKnowledgebase(QnAMaker client)
 {
     await client.DeleteKnowledgeBase();
 }