LuisIntentScorable<InnerState,InnerScore>.Scope Class

Definition

public sealed class LuisIntentScorable<InnerState,InnerScore>.Scope : Microsoft.Bot.Builder.Scorables.Internals.ResolverScope<InnerScore>
type LuisIntentScorable<'InnerState, 'InnerScore>.Scope = class
    inherit ResolverScope<'InnerScore>
Public NotInheritable Class LuisIntentScorable(Of InnerState, InnerScore).Scope
Inherits ResolverScope(Of InnerScore)

Type Parameters

InnerState
InnerScore
Inheritance
Token<IResolver,InnerScore>
LuisIntentScorable<InnerState,InnerScore>.Scope

Constructors

LuisIntentScorable<InnerState,InnerScore>.Scope(ILuisModel, LuisResult, IntentRecommendation, IResolver)

Fields

inner (Inherited from ResolverScope<InnerScore>)
Intent
Item (Inherited from Token<InnerItem,InnerScore>)
Model
Result
Scorable (Inherited from Token<InnerItem,InnerScore>)
State (Inherited from Token<InnerItem,InnerScore>)

Methods

TryResolve(Type, Object, Object)

Extension Methods

CanResolve(IResolver, Type, Object)
Resolve(IResolver, Type, Object)
TryResolve<T>(IResolver, Object, T)

Applies to