Skip to content

Commit bb41949

Browse files
committed
update links for code inclusion
1 parent 534b724 commit bb41949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ In order to develop the web app bot code, download the code and use on your loca
105105

106106
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.
107107

108-
[!code-javascript[Open the dialogs folder, then luiHelper.js file. This is where the user utterance entered into the bot is sent to LUIS.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-nodejs-bot-johnsmith-src/dialogs/luisHelper.js "Open the dialogs folder, then luiHelper.js file. This is where the user utterance entered into the bot is sent to LUIS.")]
108+
[!code-javascript[This is where the user utterance entered into the bot is sent to LUIS.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-nodejs-bot-johnsmith-src/dialogs/luisHelper.js)]
109109

110110
1. Open **dialogs -> bookingDialog.js** to understand how the BookingDetails object is used to manage the conversation flow. Travel details are asked in steps, then the entire booking is confirmed and finally repeated back to the user.
111111

112-
[!code-javascript[Open dialogs folder, then bookingDialog.js file to understand how the BookingDetails object is used to manage the conversation flow.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-nodejs-bot-johnsmith-src/dialogs/bookingDialog.js "Open dialogs folder, then bookingDialog.js file to understand how the BookingDetails object is used to manage the conversation flow.")]
112+
[!code-javascript[Understand how the BookingDetails object is used to manage the conversation flow.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-nodejs-bot-johnsmith-src/dialogs/bookingDialog.js)]
113113

114114

115115
## Install dependencies and start the bot code in Visual Studio

0 commit comments

Comments
 (0)