Azure-Samples / Azure-Samples/cognitive-services-dotnet-sdk-samples

Example in README.MD doesn't compile

Open
#72 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
123
Forks
166
PR merge metrics
No merged PRs in 30d

Description

The README states:

```
var client = new LUISRuntimeClient(new Uri([EndPointURL])`
```

But the two signatures available are:
```
public LUISRuntimeClient(ServiceClientCredentials credentials, params DelegatingHandler[] handlers);
public LUISRuntimeClient(ServiceClientCredentials credentials, HttpClientHandler rootHandler, params DelegatingHandler[] handlers);

```
Neither accept a URI.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.