Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated QnAMaker to use v3 API (http://bit.ly/2EA7syR) which brings optional support for metadata to filter / boost answers returned. I can't see any downsides to implementing v3, given that it works exactly like v2, but with optional metadata properties on the request and in the response. If the user does not specify any metadata on the QnAMakerOptions.
@cleemullins As mentioned on the previous pull request to split out the QnAMaker from the middleware, I tried running the QnAMaker tests, but they are commented out at the moment. I have however ran the QnA sample against my own QnA service (which has metadata against some of the items in the KB) and all seems to be working well.
@daltskin