Skip to content

Commit

Permalink
Updated the QnAMakerOptions doc on scoreThreshold option to be more e…
Browse files Browse the repository at this point in the history
…xplicit on what is a valid number range (#1822)
  • Loading branch information
Zerryth authored Feb 28, 2020
1 parent 743e324 commit 8ab5676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { QnARequestContext } from './qnaRequestContext';
*/
export interface QnAMakerOptions {
/**
* (Optional) minimum score accepted.
* (Optional) The minimum score threshold, used to filter returned results. Values range from score of 0.0 to 1.0.
*
* @remarks
* Defaults to "0.3".
Expand Down

0 comments on commit 8ab5676

Please sign in to comment.