LuisIntentScorableFactory 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.
public sealed class LuisIntentScorableFactory : Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Luis.Models.IntentRecommendation>
type LuisIntentScorableFactory = class
interface IScorableFactory<IResolver, IntentRecommendation>
Public NotInheritable Class LuisIntentScorableFactory
Implements IScorableFactory(Of IResolver, IntentRecommendation)
- Inheritance
-
LuisIntentScorableFactory
- Implements
Constructors
LuisIntentScorableFactory(Func<ILuisModel,ILuisService>) |
Explicit Interface Implementations
IScorableFactory<IResolver,IntentRecommendation>.ScorableFor(IEnumerable<MethodInfo>) |