From 4f247c2da95c033a7750d987ce6f8f4b82eecec9 Mon Sep 17 00:00:00 2001 From: rlagh2 <4458685+rlagh2@users.noreply.github.com> Date: Wed, 10 Jul 2019 13:53:50 -0700 Subject: [PATCH] Added request url hint --- dotnet/Language/SentimentV3.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotnet/Language/SentimentV3.cs b/dotnet/Language/SentimentV3.cs index 488787b..f286c55 100644 --- a/dotnet/Language/SentimentV3.cs +++ b/dotnet/Language/SentimentV3.cs @@ -12,6 +12,9 @@ public class Program { public class TextAnalyticsSentimentV3Client { + //You can get the reqeust url by going to: + //https://centralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-preview/operations/56f30ceeeda5650db055a3c9 + //and clicking on the region (e.g. Central US). private static readonly string textAnalyticsUrl = "/v3.0-preview/sentiment"; private static readonly string textAnalyticsKey = "";