ILuisService Interface

Definition

A mockable interface for the LUIS service.

public interface ILuisService
type ILuisService = interface
Public Interface ILuisService
Derived

Properties

LuisModel

Methods

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

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