Show / Hide Table of Contents

Class BotBrainUIServiceCollectionExtensions

The bot brain UI services.

Inheritance
object
BotBrainUIServiceCollectionExtensions
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.BrainEditor.dll
Syntax
public static class BotBrainUIServiceCollectionExtensions

Methods

View Source

AddBotBrainUI(IServiceCollection)

Registers the bot brain UI services.

Declaration
public static IServiceCollection AddBotBrainUI(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