Skip to content

Commit 292a02b

Browse files
committed
edit name
1 parent 0ca514d commit 292a02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-nodejs-tutorial-bf-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In order to develop the web app bot code, download the code and use on your loca
103103

104104
## Review code to send utterance to LUIS and get response
105105

106-
1. Open the **dialogs -> luiHelper.js** file. This is where the user utterance entered into the bot is sent to LUIS. The response from LUIS is returned from the method as a **bookDetails** JSON object. When you create your own bot, you should also create your own object to return the details from LUIS.
106+
1. Open the **dialogs -> luisHelper.js** file. This is where the user utterance entered into the bot is sent to LUIS. The response from LUIS is returned from the method as a **bookDetails** JSON object. When you create your own bot, you should also create your own object to return the details from LUIS.
107107

108108
```nodejs
109109
// Copyright (c) Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)