Skip to content

Commit a2b2322

Browse files
committed
Consistency tweaks for Go.
1 parent 1d0ba6b commit a2b2322

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-go.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 10/17/2019
9+
ms.date: 11/20/2019
1010
ms.author: diberry
1111
---
12+
1213
## Prerequisites
1314

1415
* [Go](https://golang.org/) programming language
@@ -21,7 +22,7 @@ ms.author: diberry
2122

2223
## Get intent programmatically
2324

24-
Use Go to query the prediction endpoint GET [API](https://aka.ms/luis-apim-v3-prediction) to get the prediction result.
25+
Use Go to query the [prediction endpoint](https://aka.ms/luis-apim-v3-prediction) and get a prediction result.
2526

2627
1. Create a new file named `predict.go`. Add the following code:
2728

@@ -79,8 +80,8 @@ Use Go to query the prediction endpoint GET [API](https://aka.ms/luis-apim-v3-pr
7980

8081
1. Replace the following values:
8182

82-
* `YOUR-KEY` with your starter key
83-
* `YOUR-ENDPOINT` with your endpoint, for example, `westus2.api.cognitive.microsoft.com`
83+
* `YOUR-KEY` with your starter key.
84+
* `YOUR-ENDPOINT` with your endpoint. For example, `westus2.api.cognitive.microsoft.com`.
8485

8586
1. With a command prompt in the same directory as where you created the file, enter the following command to compile the Go file:
8687

0 commit comments

Comments
 (0)