ILuisService Interface

Definition

A mockable interface for the LUIS service.

public interface ILuisService
type ILuisService = interface
Public Interface ILuisService
Derived

Properties

Name Description
LuisModel

Methods

Name Description
BuildUri(LuisRequest)

Build the query uri for the LuisRequest.

ModifyRequest(LuisRequest)

Modify the incoming LUIS request.

QueryAsync(Uri, CancellationToken)

Query the LUIS service using this uri.

Extension Methods

Name Description
BuildUri(ILuisService, String)

Builds luis uri with text query.

QueryAsync(ILuisService, LuisRequest, CancellationToken)

Query the LUIS service using this request.

QueryAsync(ILuisService, String, CancellationToken)

Query the LUIS service using this text.

Applies to