简体   繁体   中英

Is possible to Integrate Composer Adaptive Dialogs that uses LUIS as a recognizer in Bot Framework (C#)?

Is possible to integrate Composer Adaptive Dialogs that use LUIS as a recognizer in Bot Framework (C#)? Does exist any documentation to help to achieve this?

I can't find any documentation or sample that uses Composer dialog with LUIS.

This sample is the closest but does not use LUIS. https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/adaptive-dialog/09.integrating-composer-dialogs

Thanks in advance:)

We have several general ways to do it, but it's ultimately up to you as the Bot developer to decide how to structure it.

A general overview to design a Knowledge bot is provided in the docs here: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-design-pattern-knowledge-base?view=azure-bot-service-4.0

And here is also sample I hope helpful: Dialog management with QnA, Luis, and Scorables: https://blog.botframework.com/2017/11/10/dialog-management-qna-luis-scorables/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM