Bot Framework - Adaptive dialog

  • Thread starter Thread starter Mahesh C M
  • Start date Start date
M

Mahesh C M

Guest
Hello,

I am working with bot framework adaptive dialog. I have an issue in getting the intents and resolved entities by reading luis data using recognizer. only getting the top scoring intent in the response by reading "turn.recognized" in the child adaptive dialog.i have migrated my luis to v3 and set the IncludeAllIntents property to true while calling the luis. did i miss to set any property in the LuisAdaptiveRecognizer.? Could anyone help me to resolve this because i have a scenario to check the second top scoring intent in bot. Is this an issue with adaptive dialog?

I have used Ms docs to build the bot adaptive dialog.

And one more thing Is there any way to extract the luis resolved entities as a type of RecognizerResult from the result of turn.recognized.

Any help is appreciated.

Thanks in advance.

Continue reading...
 
Back
Top