Azure-Samples / Azure-Samples/cognitive-services-dotnet-sdk-samples
Example in README.MD doesn't compile
Open
- 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
Assessment
This issue has not been assessed yet.