ILuisModel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |