Show / Hide Table of Contents

Interface IAutomatedBot<TAction>

The interface for an automated bot.

Inherited Members
IAutomatedBot.Name
IAutomatedBot.CurrentUrge
IAutomatedBot.IsRunning
IAutomatedBot.Start()
IAutomatedBot.Stop()
IAutomatedBot.Reset()
IHasParameters.Parameters
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 Source

CurrentAction

Gets or sets the bot's current action.

Declaration
TAction CurrentAction { get; set; }
Property Value
Type Description
TAction
  • View Source
In this article
Back to top Generated by DocFX