We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QnAMaker references sample 11.qnamaker to illustrate how to query an answer from the QnA Maker service.
As of PR microsoft/botbuilder-js#683 generateAnswers() has been deprecated, however 11.qnamaker uses it as the method to query answers.
generateAnswers()
Instead, new method getAnswers() should be used to query QnA service.
getAnswers()
Reference to this sample has been removed from the QnAMaker class documentation. Can add link back, once query method has been updated
QnAMaker
[bug]
The text was updated successfully, but these errors were encountered:
@Zerryth can you issue a PR on the sample please? Thanks
Sorry, something went wrong.
Zerryth
No branches or pull requests
Sample information
Describe the bug
QnAMaker references sample 11.qnamaker to illustrate how to query an answer from the QnA Maker service.
As of PR microsoft/botbuilder-js#683
generateAnswers()
has been deprecated, however 11.qnamaker uses it as the method to query answers.Instead, new method
getAnswers()
should be used to query QnA service.Reference to this sample has been removed from the
QnAMaker
class documentation.Can add link back, once query method has been updated
[bug]
The text was updated successfully, but these errors were encountered: