SelectScoreScorable<Item,SourceScore,TargetScore> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[System.Serializable]
public sealed class SelectScoreScorable<Item,SourceScore,TargetScore> : Microsoft.Bot.Builder.Scorables.Internals.DelegatingScorable<Item,SourceScore>, Microsoft.Bot.Builder.Scorables.IScorable<Item,TargetScore>
[<System.Serializable>]
type SelectScoreScorable<'Item, 'SourceScore, 'argetScore> = class
inherit DelegatingScorable<'Item, 'SourceScore>
interface IScorable<'Item, 'argetScore>
Public NotInheritable Class SelectScoreScorable(Of Item, SourceScore, TargetScore)
Inherits DelegatingScorable(Of Item, SourceScore)
Implements IScorable(Of Item, TargetScore)
Typparameter
- Item
- SourceScore
- TargetScore
- Vererbung
- Attribute
- Implementiert
-
IScorable<Item,TargetScore>
Konstruktoren
SelectScoreScorable<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Felder
inner | (Geerbt von DelegatingScorable<Item,Score>) |
Methoden
DoneAsync(Item, Object, CancellationToken) | (Geerbt von DelegatingScorable<Item,Score>) |
GetScore(Item, Object) | (Geerbt von DelegatingScorable<Item,Score>) |
HasScore(Item, Object) | (Geerbt von DelegatingScorable<Item,Score>) |
PostAsync(Item, Object, CancellationToken) | (Geerbt von DelegatingScorable<Item,Score>) |
PrepareAsync(Item, CancellationToken) | (Geerbt von DelegatingScorable<Item,Score>) |
ToString() | (Geerbt von DelegatingScorable<Item,Score>) |
Explizite Schnittstellenimplementierungen
IScorable<Item,TargetScore>.GetScore(Item, Object) |
Erweiterungsmethoden
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
Projizieren Sie das Element einer Scorable mithilfe eines Lambdaausdrucks. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Projizieren Sie die Bewertung eines Scorables mithilfe eines Lambdaausdrucks. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
Rufen Sie das Scorable-Aufrufprotokoll für ein einzelnes Scorable auf. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |