garypretty / botframework

Microsoft Bot Framework helpers and additional dialogs
MIT License
60 stars 51 forks source link

Always getting "sorry, I couldn't find answer for ..." #19

Closed bgarr33434 closed 6 years ago

bgarr33434 commented 6 years ago

I was hoping originally to get the version that has the youtube video, but I can't seem to find that. So downloaded the more complex version, and I'm not sure where to look in debug. QnA Maker doesn't show you how many times the endpoint has been hit, so I don't know if I'm even connecting. I do know I put in the right ID and Subscription. How do I move forward?

bgarr33434 commented 6 years ago

Solved. If you don't use Context, then you HAVE TO // out // new Metadata() // { // Name = "Category", // Value = "Moving home" // } Otherwise, you will never get a hit.