LuisIntentScorable<InnerState,InnerScore> 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.
Scorable to represent a specific LUIS intent recommendation.
[System.Serializable]
public sealed class LuisIntentScorable<InnerState,InnerScore> : Microsoft.Bot.Builder.Scorables.Internals.ResolverScorable<Microsoft.Bot.Builder.Scorables.Internals.LuisIntentScorable<InnerState,InnerScore>.Scope,Microsoft.Bot.Builder.Luis.Models.IntentRecommendation,InnerState,InnerScore>
[<System.Serializable>]
type LuisIntentScorable<'InnerState, 'InnerScore> = class
inherit ResolverScorable<LuisIntentScorable<'InnerState, 'InnerScore>.Scope, IntentRecommendation, 'InnerState, 'InnerScore>
Public NotInheritable Class LuisIntentScorable(Of InnerState, InnerScore)
Inherits ResolverScorable(Of LuisIntentScorable(Of InnerState, InnerScore).Scope, IntentRecommendation, InnerState, InnerScore)
Type Parameters
- InnerState
- InnerScore
- Inheritance
-
ScorableBase<OuterItem,OuterState,OuterScore>ResolverScorable<LuisIntentScorable<InnerState,InnerScore>.Scope,IntentRecommendation,InnerState,InnerScore>LuisIntentScorable<InnerState,InnerScore>
- Attributes
Constructors
LuisIntentScorable<InnerState,InnerScore>(ILuisService, ILuisModel, LuisIntentAttribute, IScorable<IResolver,InnerScore>) |
Fields
inner | (Inherited from ResolverScorable<OuterState,OuterScore,InnerState,InnerScore>) |
Methods
Explicit Interface Implementations
Extension Methods
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
Project the item of a scorable using a lambda expression. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Project the score of a scorable using a lambda expression. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
Invoke the scorable calling protocol against a single scorable. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |