Skip to content

Commit

Permalink
changed intentConfidence to intentities in domcumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
offerakrabi committed Jan 22, 2018
1 parent 7106790 commit b39f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let converseCallback = function (result, response, context, err) {
* response: {
* responseCode - status of the evaluation request
* requestResult - the response of the nlu engine
* intentConfidence - the intentity object which holds the confidence for each intent/entity
* entities - the intentity object which holds the confidence for each intent/entity
* handleUtterance - a boolean which tells WA whether the skill would like to handle this request
* context - the context after the evaluation request
* }
Expand Down

0 comments on commit b39f044

Please sign in to comment.