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

Include API results for LuisRecognizerOptionsV3 to work with np-with-…

Open parmarjigar opened this issue 5 years ago • 3 comments

…dispatch example to get API response

Fixes # Unlike V2, when working with nlp-with-dispatch with V3 it throwed error of not having the key luisResult in recognizer_result.properties. Though we passed include_api_results=True, it didnt have any support to include the API response for V3

Description

I added the code that if include_api_results=True, it will store the api response as it did for V2

Specific Changes

Testing

parmarjigar avatar Sep 17 '20 12:09 parmarjigar

/azp run

BruceHaley avatar Oct 09 '20 01:10 BruceHaley

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 09 '20 01:10 azure-pipelines[bot]

@munozemilio @axelsrz We need a plan here. This PR is 9 months old, and is now full-term.

cleemullins avatar Apr 28 '21 18:04 cleemullins