ServiceCollectionExtensions Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
Conjunto de métodos de extensión para los IServiceCollection que se proporciona compatibilidad con el hospedaje de bots con .NET Core.
[System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)]
public static class ServiceCollectionExtensions
[<System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)>]
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
- Herencia
-
ServiceCollectionExtensions
- Atributos
Métodos
AddBot<TBot>(IServiceCollection, Action<BotFrameworkOptions>) |
Obsoletos.
Agrega y, opcionalmente, configura un |
AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>) |
Obsoletos.
Agrega y, opcionalmente, configura un |
AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>) |
Obsoletos.
Agrega y, opcionalmente, configura una instancia singleton |
AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>) |
Obsoletos.
Agrega como BotFrameworkAdapter el IAdapterIntegration objeto que usará el nivel de integración para procesar las solicitudes del bot. |