LuisService(ILuisModel) Constructor
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.
Construct the LUIS service using the model information.
public LuisService (Microsoft.Bot.Builder.Luis.ILuisModel model);
new Microsoft.Bot.Builder.Luis.LuisService : Microsoft.Bot.Builder.Luis.ILuisModel -> Microsoft.Bot.Builder.Luis.LuisService
Public Sub New (model As ILuisModel)
Parameters
- model
- ILuisModel
The LUIS model information.