Show / Hide Table of Contents

Class TestOvermindServicesAdapter

The test overmind service adapter.

Inheritance
object
TestOvermindServicesAdapter
Implements
IOvermindServicesAdapter
IBrainServicesAdapter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Samples.Meta
Assembly: BotBrain.Samples.dll
Syntax
public class TestOvermindServicesAdapter : IOvermindServicesAdapter, IBrainServicesAdapter

Methods

View Source

Apply(IServiceCollection)

Registers the test overmind services.

Declaration
public static IServiceCollection Apply(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

A service collection.

View Source

RegisterServices(IServiceCollection)

Registers bot brain related classes in the service collection.

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

The service collection.

Returns
Type Description
IServiceCollection

The resulting service collection.

Implements

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