Show / Hide Table of Contents

Interface IBrainServicesAdapter

Used to define bot brain related classes for composition.

Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBrainServicesAdapter

Methods

View Source

RegisterServices(IServiceCollection)

Registers bot brain related classes in the service collection.

Declaration
IServiceCollection RegisterServices(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

The resulting service collection.

  • View Source
In this article
Back to top Generated by DocFX