LuisService Class
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.
Standard implementation of ILuisService against actual LUIS service.
[System.Serializable]
public sealed class LuisService : Microsoft.Bot.Builder.Luis.ILuisService
[<System.Serializable>]
type LuisService = class
interface ILuisService
Public NotInheritable Class LuisService
Implements ILuisService
- Inheritance
-
LuisService
- Attributes
- Implements
Constructors
LuisService(ILuisModel) |
Construct the LUIS service using the model information. |
Properties
LuisModel |
Methods
ApplyThreshold(LuisResult) | |
Fix(LuisResult) | |
ModifyRequest(LuisRequest) |
Explicit Interface Implementations
ILuisService.BuildUri(LuisRequest) | |
ILuisService.QueryAsync(Uri, CancellationToken) |
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. |