Skip to content

Commit

Permalink
Info for missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed Apr 3, 2017
1 parent 27e6be6 commit f0a6157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Node/blog-LUISActionBinding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ The input parameters are:

- `modelUrl` is the LUIS.ai application url.
- `actions` is an array of Action Binding definitions (see above for its [definition](#defining-a-luis-action-binding) and [samples](#sample-action-bindings)).
- `currentActionModel` is the `actionModel` returned from a previous call. The first time you invoke this method, it should be null.
- `userInput` is the current input string - typically submitted by the user.
- `onContextCreationHandler` is an optional callback for re-hydrate the context when triggering contextual actions (this is part of [Scenario #3](#scenario-3--trigger-a-contextual-action-with-no-previous-context-ie-from-scratch)).

The returned Promise resolves to an `IActionModel` (just `actionModel` from now on) that can be used to re-call the `evaluate` function and, in that way, keep the *context* of the conversation and the action binding state.
Expand Down

0 comments on commit f0a6157

Please sign in to comment.