Josh Pavoncello

Results 4 comments of Josh Pavoncello

@tracyboehrer Would you mind elaborating why this was no longer needed? I am soon going to be using the samples to help migrate our existing production bot project, and I...

Also looking forward to this - we're looking to migrate our chatbot over to the new services whenever this is ready.

@bensaine They added a C# client over in [microsoft/botbuilder-dotnet](https://github.com/microsoft/botbuilder-dotnet) that implements `IQnAMakerClient`, like the old QnA Maker client: [CustomQuestionAnswering.cs](https://github.com/microsoft/botbuilder-dotnet/blob/850944e732ba23842d87dff85192d8727aba82a9/libraries/Microsoft.Bot.Builder.AI.QnA/CustomQuestionAnswering.cs#L20).

@bensaine With first hand experience, no. But I see they have what appears to be the same client but with a typescript implementation over in the JS library: https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-ai/src/customQuestionAnswering.ts