Actions.WhereScorable<Score> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public sealed class Actions.WhereScorable<Score> : Microsoft.Bot.Builder.Scorables.Internals.ScorableAggregator<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Actions.WhereScorable<Score>.Token,Score,Microsoft.Bot.Builder.Scorables.Internals.IResolver,object,Score>
[<System.Serializable>]
type Actions.WhereScorable<'Score> = class
inherit ScorableAggregator<IResolver, Actions.WhereScorable<'Score>.Token, 'Score, IResolver, obj, 'Score>
Public NotInheritable Class Actions.WhereScorable(Of Score)
Inherits ScorableAggregator(Of IResolver, Actions.WhereScorable(Of Score).Token, Score, IResolver, Object, Score)
Type Parameters
- Score
- Inheritance
-
ScorableBase<OuterItem,OuterState,OuterScore>Actions.WhereScorable<Score>
- Attributes
Constructors
Actions.WhereScorable<Score>(IScorable<IResolver,Score>, Delegate) |
Methods
Explicit Interface Implementations
Extension Methods
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
Project the item of a scorable using a lambda expression. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Project the score of a scorable using a lambda expression. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
Invoke the scorable calling protocol against a single scorable. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |