File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ async function detectIntentKnowledge(
420
420
console . log ( `Confidence: ${ result . intentDetectionConfidence } ` ) ;
421
421
console . log ( `Query Result: ${ result . fulfillmentText } ` ) ;
422
422
const answers = result . knowledgeAnswers . answers ;
423
- console . log ( `There are ${ answers . length } anwser (s);` ) ;
423
+ console . log ( `There are ${ answers . length } answer (s);` ) ;
424
424
answers . forEach ( a => {
425
425
console . log ( ` answer: ${ a . answer } ` ) ;
426
426
console . log ( ` confidence: ${ a . matchConfidence } ` ) ;
@@ -697,7 +697,7 @@ const cli = require(`yargs`)
697
697
)
698
698
. command (
699
699
`detectIntentKnowledge` ,
700
- `Detects anwsers from knowledge base queries` ,
700
+ `Detects answers from knowledge base queries` ,
701
701
{ } ,
702
702
opts =>
703
703
detectIntentKnowledge (
You can’t perform that action at this time.
0 commit comments