次の方法で共有


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

ラムダ式を使用して、スコアリング可能な項目を投影します。

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

ラムダ式を使用してスコア可能なスコアを投影します。

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

1 つのスコアリング可能に対してスコアリング可能な呼び出しプロトコルを呼び出します。

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

特定の LUIS 意図の推奨事項を表すスコアリング可能。

適用対象