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>) |