Azure Bot using Language Service what's the preferred method

26 views Asked by At

I'd like to setup a chat bot that will both answer Q&A and perform some custom actions based on intent and entities. All tutorials reference QnA Maker and LUIS which are deprecated and now Language Service's Conversational language understanding and Custom question answering features are recommended to use. But how to use both of them in one bot? I managed to run Custom question answering using Bot Framework Composer tool and changing Recognizer to custom one. But how can I now use Conversational language understanding to extract intents and entities and perform actions based on it? enter image description here

0

There are 0 answers