Module6: QnA Maker and Module7: Conversational AI and Azure Bot service
Introduction to QnA Maker A common pattern for “intelligent” applications is to enable users to ask questions using natural language, and receive appropriate answers. In effect, this kind of solution brings conversational intelligence to a traditional frequently asked questions (FAQ) publication. The QnA Maker service enables you to define a knowledge base of question and answer pairs that can be queried using natural language input. The knowledge base can be published to a REST endpoint and consumed by client applications, commonly bots . There are two versions of the QnA Maker service. To use the managed QnA Maker service, create a Text Analytics resource in your Azure subscription. To use the non-managed QnA Maker service, create a QnA Maker resource. You can use either resource in the QnA Maker Portal to edit and publish a knowledge base. QnA Maker vs Language Understanding A QnA Maker knowledge base is a ...
Comments
Post a Comment