-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Labels
Milestone
Description
Use this query to search for the most popular feature requests.
Is your feature request related to a problem? Please describe.
QnAMakerDialog creates QnAMaker without parameters like IBotTelemetryClient telemetryClient, bool logPersonalInformation. So we could not control these.
Describe the solution you'd like
Could configure all parameters for QnAMaker.
Describe alternatives you've considered
Additional context
botbuilder-dotnet/libraries/Microsoft.Bot.Builder.AI.QnA/Dialogs/QnAMakerDialog.cs
Line 143 in 5c71a77
| return new QnAMaker(endpoint, options, HttpClient); |
[enhancement]