Interface IBrainServicesAdapter
Used to define bot brain related classes for composition.
Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IBrainServicesAdapterMethods
View SourceRegisterServices(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. |