ILuisModel Interface

Definition

A mockable interface for the LUIS model.

public interface ILuisModel
type ILuisModel = interface
Public Interface ILuisModel
Derived

Properties

ApiVersion

Luis Api Version.

ModelID

The LUIS model ID.

SubscriptionKey

The LUIS subscription key.

Threshold

Threshold for top scoring intent

UriBase

The base Uri for accessing LUIS.

Methods

ModifyRequest(LuisRequest)

Modify a Luis request to specify query parameters like spelling or logging.

Applies to