File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
articles/cognitive-services/Bing-Autosuggest/quickstarts Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
# Quickstart: Suggest search queries with the Bing Autosuggest REST API and C#
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service : cognitive-services
8
8
ms.subservice : bing-autosuggest
9
9
ms.topic : quickstart
10
- ms.date : 12/18/2019
10
+ ms.date : 03/24/2020
11
11
ms.author : aahi
12
12
---
13
13
@@ -122,12 +122,12 @@ Open `sample-app.go` and add the package name and import the following libraries
122
122
package main
123
123
124
124
import (
125
- " context"
126
- " fmt"
127
- " github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/autosuggest"
128
- " github.com/Azure/go-autorest/autorest"
129
- " log"
130
- " os"
125
+ " context"
126
+ " fmt"
127
+ " github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/autosuggest"
128
+ " github.com/Azure/go-autorest/autorest"
129
+ " log"
130
+ " os"
131
131
)
132
132
```
133
133
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
# Quickstart: Suggest search queries with the Bing Autosuggest REST API and Python
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service : cognitive-services
10
10
ms.subservice : bing-autosuggest
11
11
ms.topic : quickstart
12
- ms.date : 12/11/2019
12
+ ms.date : 03/24/2020
13
13
ms.author : aahi
14
14
---
15
15
You can’t perform that action at this time.
0 commit comments