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, IHasParametersEvents
View SourceActionFailed
Occurs when a bot action has a failure.
Declaration
event EventHandler<BotActionFailedEventArgs> ActionFailedEvent Type
| Type | Description | 
|---|---|
| EventHandler<BotActionFailedEventArgs> | 
ActionFinished
Occurs when the bot finishes an action.
Declaration
event EventHandler<BotActionEventArgs> ActionFinishedEvent Type
| Type | Description | 
|---|---|
| EventHandler<BotActionEventArgs> | 
ActionStarted
Occurs when the bot starts an action.
Declaration
event EventHandler<BotActionEventArgs> ActionStartedEvent Type
| Type | Description | 
|---|---|
| EventHandler<BotActionEventArgs> |