Skip to content

Example in README.MD doesn't compile #72

@markleavesley

Description

@markleavesley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions