Microsoft.Bot.Builder.Scorables.Internals Namespace
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.
Classes
Structs
FoldScorable<Item,Score>.State |
Per-scorable opaque state used during scoring process. |
Interfaces
IBinder | |
IBinding |
Represents a binding of arguments to a method's parameters. |
IBinding<R> |
Represents a binding of arguments to a method's parameter,
where the method returns a value of type |
IResolver |
Allow the resolution of values based on type and optionally tag. |
IScorableFactory<Item,Score> |
Enums
FoldStage |
The stage of the FoldScorable events. |
Delegates
FoldScorable<Item,Score>.OnStageDelegate |
Event handler delegate for fold scorable stages. |
TryResolve |