qnamaker

Valid KnowledgeBaseId and SubscriptionKey not provided

让人想犯罪 __ 提交于 2019-12-11 12:23:51
问题 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;

How to get the Qna Maker “Q” from Analytics Application Insights?

懵懂的女人 提交于 2019-12-11 10:16:38
问题 I have created my chatbot's knowledge base with Qna Maker and I am trying to visualize some statistics with Analytics Application Insights. What I want to do I would like to create a chart with the most requested Qna Maker questions. My problem I can't find the Qna Maker questions in the customDimensions traces on Analytics but only their Id : My question Is their a way to get the Qna Maker Question linked to this Id directly from the Analytics Application Insights tool ? Thank you. PS : I

Display Text for QnAMaker follow-on prompts

女生的网名这么多〃 提交于 2019-12-11 08:14:16
问题 I'm attempting to use follow-on prompts within QnAMaker but am confused about the purpose of the field labelled "Display text" in the "Follow-up prompt" creation dialogue. https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/multiturn-conversation describes this field as "The custom text to display in the follow-up prompt.". To me, that suggests that it's just a label for the follow-up prompt which is typically rendered as a button. I therefore assumed that the text had

The scale operation is not allowed for this subscription in this region. Try selecting different region or scale option

独自空忆成欢 提交于 2019-12-11 04:25:30
问题 I am on Azure trial subscription and I try to create a QnA Maker service. I got the error above. I heard that the trial subscription is not allowed in West or West Central or Brazil regions. However, I tried to create it in East or Central region and it still fails. The detail error is below {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{

QnA maker versioning

倖福魔咒の 提交于 2019-12-10 23:23:18
问题 I am hoping to use QnA maker to facilitate the simple question and answer feature of my chatbot, and use LUIS for more complex intents like extracting entities from sentences for questions that require more context. With LUIS, it's possible to publish different versions of your app to either production or staging. It's also possible to clone and import versions. I would like to also do this with QnA Maker. Is it possible or a feature that will be added in the future? I know its possible to

How to integrate LUIS and QnA Maker services in single Node.js bot?

孤街浪徒 提交于 2019-12-07 05:32:00
问题 I'm developing a chatbot using Microsoft Bot Framework with Node.js SDK. I've integrated LUIS and QnA maker but I want to create this scenario if it's possible. Taking in example the following link and in particular this section: There are a few ways that a bot may implement a hybrid of LUIS and QnA Maker: Call LUIS first, and if no intent meets a specific threshold score, i.e., "None" intent is triggered, then call QnA Maker. Alternatively, create a LUIS intent for QnA Maker, feeding your

Training QnA Maker with API v4.0

江枫思渺然 提交于 2019-12-06 11:17:40
I used to use the preview version of QnA Maker and with it the v3.0 API had this train endpoint which could be used to reinforce a correct answer: https://westus.dev.cognitive.microsoft.com/docs/services/597029932bcd590e74b648fb/operations/597045078eb8131608e2f7a6 Now I'm migrating to QnA Maker GA and it uses the v4.0 API. I cannot find the train endpoint anywhere in the documentation of the v4.0 APi. Does the train endpoint still exist in the v4.0 API? Official reply has been made on Github issue by Prashant Choudhari from Microsoft: We do not have the train API in V4. We are re-thinking this

Conversational Bot on MIcrosoft Bot Framework possible? [closed]

断了今生、忘了曾经 提交于 2019-12-06 08:30:07
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . Is it possible to have a conversational bot using the bot framework of Microsoft? I'm currently using Luis and Qna maker combined, but it is still pretty much a single question and answer bot, what can I do to make it more of a conversational bot? where the user can ask the bot to

How to integrate LUIS and QnA Maker services in single Node.js bot?

a 夏天 提交于 2019-12-05 10:08:59
I'm developing a chatbot using Microsoft Bot Framework with Node.js SDK. I've integrated LUIS and QnA maker but I want to create this scenario if it's possible. Taking in example the following link and in particular this section: There are a few ways that a bot may implement a hybrid of LUIS and QnA Maker: Call LUIS first, and if no intent meets a specific threshold score, i.e., "None" intent is triggered, then call QnA Maker. Alternatively, create a LUIS intent for QnA Maker, feeding your LUIS model with example QnA questions that map to "QnAIntent." Just an example: I have my QnA KB in which

Conversational Bot on MIcrosoft Bot Framework possible? [closed]

做~自己de王妃 提交于 2019-12-04 14:29:36
Is it possible to have a conversational bot using the bot framework of Microsoft? I'm currently using Luis and Qna maker combined, but it is still pretty much a single question and answer bot, what can I do to make it more of a conversational bot? where the user can ask the bot to justify its previous answer more like a human? I've seen a a bot that is very intelligent, Mitsuku how can i make my bot similar or close to this? It appears that it can review all the previous conversation we had and it can also justify its answers pretty much well, i can pick any word from his response and it can