Interface IBotWithEvents<TAction>
The interface for an automated bot with events.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBotWithEvents<TAction> : IBotWithEvents, IAutomatedBot<TAction>, IAutomatedBot, IHasParameters
Type Parameters
| Name | Description |
|---|---|
| TAction | The type of actions the bot supports. |