DelegateScorable クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[System.Serializable]
public sealed class DelegateScorable : Microsoft.Bot.Builder.Scorables.Internals.MethodScorableBase
[<System.Serializable>]
type DelegateScorable = class
inherit MethodScorableBase
Public NotInheritable Class DelegateScorable
Inherits MethodScorableBase
- 継承
- 属性
コンストラクター
DelegateScorable(Delegate) |
プロパティ
Method |
メソッド
明示的なインターフェイスの実装
拡張メソッド
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>) |