botbuilder-dialogs-adaptive-runtime-core package

Classes

ServiceCollection

ServiceCollection is an interface that describes a set of methods to register services. This, in a lighter way, mimics the .NET dependency injection service collection functionality, except for instances rather than types.

Interfaces

Configuration

Configuration is an interface that is used to obtain configurable values

Type Aliases

DependencyFactory

DependencyFactory is a function signature that produces an instance that depends on a set of other services. The type is generic over a few parameters:

Factory

Factory describes a generic factory function signature. The type is generic over a few parameters: