Show / Hide Table of Contents

Class BotUIServiceCollectionExtensions

The bot UI services.

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

Methods

View Source

AddBotUI(IServiceCollection)

Registers the bot UI services.

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