Valid KnowledgeBaseId and SubscriptionKey not provided
问题 I need help, after migrating to the new QNAMaker, im now getting an error: Valid KnowledgeBaseId and SubscriptionKey not provided. Use QnAMakerServiceAttribute or set fields on QnAMakerDialog. What am i missing? Subscription Key and KnowledgebaseID was already added. I simply followed the sample http request upong publishing in the qnamaker portal. using Microsoft.Bot.Builder.Dialogs; using QnAMakerDialog; using System; using System.Collections.Generic; using System.Linq; using System.Web;