Skip to content

Commit fd1ca2d

Browse files
committed
change dates
1 parent 6797291 commit fd1ca2d

8 files changed

+21
-20
lines changed

articles/cognitive-services/LUIS/luis-get-started-cs-add-utterance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Build the code in Visual Studio.
123123

124124
In the project's /bin/Debug directory, run the application from a command line.
125125

126-
````
126+
```CMD
127127
ConsoleApp\bin\Debug> ConsoleApp1.exe --add utterances.json --train --status
128-
````
128+
```
129129

130130
This command-line displays the results of calling the add utterances API.
131131

articles/cognitive-services/LUIS/luis-get-started-go-add-utterance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Go.
1313
---

articles/cognitive-services/LUIS/luis-get-started-java-add-utterance.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Java.
1313
---
@@ -66,15 +66,16 @@ ms.author: diberry
6666

6767
Compile AddUtterance with the dependencies
6868

69-
```
69+
```CMD
7070
> javac -classpath gson-2.8.2.jar AddUtterances.java
7171
```
7272

7373
## Run code
7474
Calling `AddUtterance` with no arguments adds the LUIS utterances to the app, without training it.
75-
````
75+
76+
```CMD
7677
> java -classpath .;gson-2.8.2.jar AddUtterances
77-
````
78+
```
7879

7980
This command-line displays the results of calling the add utterances API.
8081

articles/cognitive-services/LUIS/luis-get-started-javascript-add-utterance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Java.
1313
---

articles/cognitive-services/LUIS/luis-get-started-node-add-utterance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Node.js.
1313
---
@@ -73,9 +73,9 @@ Run the application from a command-line with Node.js.
7373

7474
Calling `npm start`adds the utterances, trains, and gets training status.
7575

76-
````
76+
```CMD
7777
> npm start
78-
````
78+
```
7979

8080
This command-line displays the results of calling the add utterances API.
8181

articles/cognitive-services/LUIS/luis-get-started-php-add-utterance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using PHP.
1313
---
@@ -69,9 +69,9 @@ Run the application from a command line with PHP.
6969

7070
Calling `add-utterances.php` adds the utterances, trains, and gets training status.
7171

72-
````
72+
```CMD
7373
> php add-utterances.php
74-
````
74+
```
7575

7676
The following JSON is returned from the add utterances API call. The `response` field is in this format for utterances that was added. The `hasError` is false, indicating the utterance was added.
7777

articles/cognitive-services/LUIS/luis-get-started-python-add-utterance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Python.
1313
---
@@ -41,9 +41,9 @@ Run the application from a command-line with Python 3.6.
4141

4242
Calling add-utterance with no arguments adds an utterance to the app, without training it.
4343

44-
````
44+
```CMD
4545
> python add-utterances-3-6.py
46-
````
46+
```
4747

4848
The following response returns when the utterances are added to the model.
4949

articles/cognitive-services/LUIS/luis-get-started-ruby-add-utterance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: cjgronlund
77
ms.service: cognitive-services
88
ms.component: language-understanding
99
ms.topic: quickstart
10-
ms.date: 08/16/2018
10+
ms.date: 08/24/2018
1111
ms.author: diberry
1212
#Customer intent: As an API or REST developer new to the LUIS service, I want to programmatically add an example utterance to an intent and train the model using Ruby.
1313
---
@@ -67,9 +67,9 @@ Run the application from a command line with Ruby.
6767

6868
Calling `add-utterances.rb` adds the utterances, trains, and gets training status.
6969

70-
````
70+
```CMD
7171
> ruby add-utterances.rb
72-
````
72+
```
7373

7474
This result displays the results from calling the add utterances API. The `response` field is in this format for utterances that was added. The `hasError` is false, indicating the utterance was added.
7575

0 commit comments

Comments
 (0)