LanguageGenerationComponentRegistration 类

定义

ComponentRegistration 类,用于语言生成资源。

public class LanguageGenerationComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Adaptive.LanguageGenerationBotComponent>
type LanguageGenerationComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<LanguageGenerationBotComponent>
Public Class LanguageGenerationComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of LanguageGenerationBotComponent)
继承

构造函数

名称 说明
LanguageGenerationComponentRegistration()

ComponentRegistration 类,用于语言生成资源。

属性

名称 说明
BotComponent

可以 BotComponent 与遗产 ComponentRegistration连接。

(继承自 ComponentRegistrationBridge<TComponent>)

方法

名称 说明
GetConverters(ResourceExplorer, SourceContext)

返回支持加载声明型的 JsonConverters 枚举。

(继承自 DeclarativeComponentRegistrationBridge<TComponent>)
GetDeclarativeTypes(ResourceExplorer)

返回 KindRegistrations 枚举 $kind => 类型。

(继承自 DeclarativeComponentRegistrationBridge<TComponent>)
GetFromComponent<TRegistration>(IServiceCollection)

调用 启动 以 BotComponent 获取类型 TRegistration的注册集合。

(继承自 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

获取内存范围。

(继承自 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

返回 pathresolvers 的枚举。

(继承自 ComponentRegistrationBridge<TComponent>)

适用于