How to initialize Bot framework dialog in a Luis intent block
问题 Bot Framework Sample - NLP Dispatch Hi, I am using NLP dispatch, where I am having multiple Luis and QnA models running simultaneously. I have mapped top-scoring intents for Luis and have created a dialog class also which I want to implement in those intents mapped blocks. How can I initialize my dialog in the intent if block? I have tried using Dotnet core 2.1 version and dispatch's latest version code for dialog - private async Task<DialogTurnResult> LeaveDateRangeStepAsync