We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ae800 commit b898155Copy full SHA for b898155
dotnet/Search/BingAutosuggestv7.cs
@@ -5,6 +5,11 @@
5
using System;
6
using System.Net.Http;
7
8
+/* This sample makes a call to the Bing Autosuggest API with a query word and returns autocomplete suggestions.
9
+ * Bing Autosuggest API:
10
+ * https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-autosuggest-api-v7-reference
11
+ */
12
+
13
namespace BingAutosuggest
14
{
15
class Program
0 commit comments