Example #1
0
 static async Task PublishKnowledgebase(QnAMaker client)
 {
     await client.PostPublishKnowledgebase();
 }