共用方式為


LuisIntentScorable<InnerState,InnerScore> 類別

定義

可評分以代表特定的 LUIS 意圖建議。

[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)

類型參數

InnerState
InnerScore
繼承
ScorableBase<OuterItem,OuterState,OuterScore>
ScorableAggregator<IResolver,OuterState,OuterScore,IResolver,InnerState,InnerScore>
ResolverScorable<LuisIntentScorable<InnerState,InnerScore>.Scope,IntentRecommendation,InnerState,InnerScore>
LuisIntentScorable<InnerState,InnerScore>
屬性

建構函式

LuisIntentScorable<InnerState,InnerScore>(ILuisService, ILuisModel, LuisIntentAttribute, IScorable<IResolver,InnerScore>)

可評分以代表特定的 LUIS 意圖建議。

欄位

inner

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ResolverScorable<OuterState,OuterScore,InnerState,InnerScore>)

方法

DoneAsync(OuterItem, OuterState, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableAggregator<OuterItem,OuterState,OuterScore,InnerItem,InnerState,InnerScore>)
GetScore(Item, State)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
HasScore(OuterItem, OuterState)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableAggregator<OuterItem,OuterState,OuterScore,InnerItem,InnerState,InnerScore>)
PostAsync(OuterItem, OuterState, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableAggregator<OuterItem,OuterState,OuterScore,InnerItem,InnerState,InnerScore>)
PrepareAsync(Item, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
ToString()

可評分以代表特定的 LUIS 意圖建議。

明確介面實作

IScorable<Item,Score>.DoneAsync(Item, Object, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
IScorable<Item,Score>.GetScore(Item, Object)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
IScorable<Item,Score>.HasScore(Item, Object)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
IScorable<Item,Score>.PostAsync(Item, Object, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)
IScorable<Item,Score>.PrepareAsync(Item, CancellationToken)

可評分以代表特定的 LUIS 意圖建議。

(繼承來源 ScorableBase<Item,State,Score>)

擴充方法

SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>)

使用 Lambda 運算式投影可評分的專案。

SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>)

使用 Lambda 運算式來投影可評分的分數。

TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken)

針對單一可錄製專案叫用可記錄呼叫通訊協定。

WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>)

可評分以代表特定的 LUIS 意圖建議。

適用於