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 :)