Show / Hide Table of Contents

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 Source

Editor

Gets the bot brain file editor.

Declaration
IBrainEditor Editor { get; }
Property Value
Type Description
IBrainEditor
View Source

Serializer

Gets the bot brain file serializer.

Declaration
IBrainSerializer Serializer { get; }
Property Value
Type Description
IBrainSerializer
View Source

Updater

Gets the bot brain updater.

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