ScoringEventLoop<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.
This event loop dispatches incoming activities to a scorable action, and then if the scorable action does not match, some inner consumer of activities (usually the dialog system).
public sealed class ScoringEventLoop<Score> : Microsoft.Bot.Builder.Base.IEventLoop
type ScoringEventLoop<'Score> = class
interface IEventLoop
Public NotInheritable Class ScoringEventLoop(Of Score)
Implements IEventLoop
Type Parameters
- Score
- Inheritance
-
ScoringEventLoop<Score>
- Implements
Constructors
ScoringEventLoop<Score>(IEventLoop, IEventProducer<IActivity>, IEventConsumer<IActivity>, IScorable<IActivity,Score>) |
Explicit Interface Implementations
IEventLoop.PollAsync(CancellationToken) |