Show / Hide Table of Contents

Class TestBrainServicesAdapter

The test brain services adapter.

Inheritance
object
TestBrainServicesAdapter
Implements
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.ClassBased
Assembly: BotBrain.Samples.dll
Syntax
public class TestBrainServicesAdapter : IBrainServicesAdapter

Methods

View Source

Apply(IServiceCollection)

Registers the test brain 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

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