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 => Type 的枚举。

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

BotComponent 调用启动以检索类型 TRegistration的注册集合。

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

获取内存范围。

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

返回 pathresolvers 的枚举。

(继承自 ComponentRegistrationBridge<TComponent>)

适用于