ScoringEventLoop<Score> Class

Definition

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)

Applies to