Building bots with the Microsoft Bot Framework is fun, but a complex dialog structure can get out of hand quickly. While juggling different types of nested dialogs with follow-up questions and adaptive cards I wanted to be able to answer simple questions at any step of the conversation. Queries like “what can I say”, “contact information” or “I need help” are usually handled by Global message handlers using scorables.
Continue reading Using QnA Maker as Scorable in Microsoft Bot Framework