ILuisService 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 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. |