You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can search for "Azure.AI.Language.Conversations" in the NuGet package manager and install the latest release.
90
91
91
92
3. In `Program.cs`, replace `{api-key}` and the `{endpoint}` variables. Use the key and endpoint for the Language resource you created earlier. You can find them in the **Keys and Endpoint** tab in your Language resource in Azure.
92
93
@@ -95,10 +96,11 @@ Uri endpoint = new Uri("{endpoint}");
0 commit comments