Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds overrides to LuisRecognizer.RecognizeAsync that take luis LuisPredictionOptions #1992

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

gabog
Copy link
Contributor

@gabog gabog commented Jun 3, 2019

Added overrides to LuisRecognizer.RecognizeAsync that take LuisPredictionOptions.
Added unit tests for the different use case.
Removed IRecognizer from LuisRecognizer (it is implicit through the implementation of ITelemetryRecognizer)
Updated EmptyLuisResponseClientHandler to be able to use it with the recognizer tests.

…ctionoptions.

Added unit tests for the different use case.
Removed IRecognizer from LuisRecognizer (it is implicit through the implementation of ITelemetryRecognizer)
Updated EmptyLuisResponseClientHandler to be able to use it with the recognizer tests.
@gabog gabog changed the title Adds overrides to LuisRecognizer.RecognizeAsync that take luis preductionoptions Adds overrides to LuisRecognizer.RecognizeAsync that take luis LuisPredictionOptions Jun 3, 2019
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 62323

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 54 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+1.9%) to 71.127%

Files with Coverage Reduction New Missed Lines %
/libraries/Microsoft.Bot.Builder.AI.LUIS/LuisRecognizer.cs 54 38.42%
Totals Coverage Status
Change from base Build 61799: 1.9%
Covered Lines: 4343
Relevant Lines: 6106

💛 - Coveralls

@fuselabs
Copy link
Collaborator

fuselabs commented Jun 3, 2019

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.AI.Luis.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.AI.QnA.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.ApplicationInsights.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.Azure.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.Dialogs.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.TemplateManager.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Configuration.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Connector.dll

✔️ No Binary Compatibility issues for Microsoft.Bot.Schema.dll

@gabog gabog merged commit 502e0ff into master Jun 5, 2019
@gabog gabog deleted the gabog/LuisRecognizerWithOptionsPerCall branch June 5, 2019 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants