Interface IAutomatedBot<TAction>
The interface for an automated bot.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IAutomatedBot<TAction> : IAutomatedBot, IHasParameters
Type Parameters
| Name | Description |
|---|---|
| TAction | The type of actions the bot supports. |
Properties
View SourceCurrentAction
Gets or sets the bot's current action.
Declaration
TAction CurrentAction { get; set; }
Property Value
| Type | Description |
|---|---|
| TAction |