botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

port: Fix: add cache for luis recognizer result to avoid extra requests (#5683)

Open github-actions[bot] opened this issue 4 years ago • 0 comments

The changes in Fix: add cache for luis recognizer result to avoid extra requests (#5683) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

closes #5593 In order to avoid two LUIS network calls from the child dialog for the same user query when interruptions are enabled. In this PR, Luis Recognizer would cache the luis result for each turn, using endpoint combines with application id as the key.

Please review and, if necessary, port the changes.

github-actions[bot] avatar Jun 24 '21 18:06 github-actions[bot]