Interface IBrainHelper
A catch-all interface used to load and run bot brains with composition.
Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBrainHelper
Properties
View SourceEditor
Gets the bot brain file editor.
Declaration
IBrainEditor Editor { get; }
Property Value
Type | Description |
---|---|
IBrainEditor |
Serializer
Gets the bot brain file serializer.
Declaration
IBrainSerializer Serializer { get; }
Property Value
Type | Description |
---|---|
IBrainSerializer |
Updater
Gets the bot brain updater.
Declaration
IBrainUpdater Updater { get; }
Property Value
Type | Description |
---|---|
IBrainUpdater |