DialogsComponentRegistration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使对话框组件可用于系统注册功能。
public class DialogsComponentRegistration : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.DialogsBotComponent>
type DialogsComponentRegistration = class
inherit ComponentRegistrationBridge<DialogsBotComponent>
Public Class DialogsComponentRegistration
Inherits ComponentRegistrationBridge(Of DialogsBotComponent)
- 继承
-
DialogsComponentRegistration
构造函数
| 名称 | 说明 |
|---|---|
| DialogsComponentRegistration() |
使对话框组件可用于系统注册功能。 |
属性
| 名称 | 说明 |
|---|---|
| BotComponent |
可以 BotComponent 与遗产 ComponentRegistration连接。 (继承自 ComponentRegistrationBridge<TComponent>) |
方法
| 名称 | 说明 |
|---|---|
| GetFromComponent<TRegistration>(IServiceCollection) |
调用 启动 以 BotComponent 获取类型 |
| GetMemoryScopes() |
获取内存范围。 (继承自 ComponentRegistrationBridge<TComponent>) |
| GetPathResolvers() |
返回 pathresolvers 的枚举。 (继承自 ComponentRegistrationBridge<TComponent>) |