LuisIntentScorable<InnerState,InnerScore> 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.
public LuisIntentScorable (Microsoft.Bot.Builder.Luis.ILuisService service, Microsoft.Bot.Builder.Luis.ILuisModel model, Microsoft.Bot.Builder.Dialogs.LuisIntentAttribute intent, Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,InnerScore> inner);
new Microsoft.Bot.Builder.Scorables.Internals.LuisIntentScorable<'InnerState, 'InnerScore> : Microsoft.Bot.Builder.Luis.ILuisService * Microsoft.Bot.Builder.Luis.ILuisModel * Microsoft.Bot.Builder.Dialogs.LuisIntentAttribute * Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, 'InnerScore> -> Microsoft.Bot.Builder.Scorables.Internals.LuisIntentScorable<'InnerState, 'InnerScore>
Public Sub New (service As ILuisService, model As ILuisModel, intent As LuisIntentAttribute, inner As IScorable(Of IResolver, InnerScore))
Parameters
- service
- ILuisService
- model
- ILuisModel
- intent
- LuisIntentAttribute