Interface IBotWithEvents
The interface for an automated bot with events.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBotWithEvents : IAutomatedBot, IHasParameters
Events
View SourceActionFailed
Occurs when a bot action has a failure.
Declaration
event EventHandler<BotActionFailedEventArgs> ActionFailed
Event Type
| Type | Description |
|---|---|
| EventHandler<BotActionFailedEventArgs> |
ActionFinished
Occurs when the bot finishes an action.
Declaration
event EventHandler<BotActionEventArgs> ActionFinished
Event Type
| Type | Description |
|---|---|
| EventHandler<BotActionEventArgs> |
ActionStarted
Occurs when the bot starts an action.
Declaration
event EventHandler<BotActionEventArgs> ActionStarted
Event Type
| Type | Description |
|---|---|
| EventHandler<BotActionEventArgs> |