Show / Hide Table of Contents

Class SharedUIServiceCollectionExtensions

The bot brain UI services.

Inheritance
object
SharedUIServiceCollectionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public static class SharedUIServiceCollectionExtensions

Methods

View Source

AddBotBrainUIBase(IServiceCollection)

Registers the required bot brain and overmind UI services.

Declaration
public static IServiceCollection AddBotBrainUIBase(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

A service collection.

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