LuisComponentRegistration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use LuisBotComponent
.
定義 Luis 的元件資產。
[System.Obsolete("Use `LuisBotComponent`.")]
public class LuisComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.AI.Luis.LuisBotComponent>
[<System.Obsolete("Use `LuisBotComponent`.")>]
type LuisComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<LuisBotComponent>
Public Class LuisComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of LuisBotComponent)
- 繼承
-
LuisComponentRegistration
- 屬性
建構函式
LuisComponentRegistration() |
已淘汰.
定義 Luis 的元件資產。 |
屬性
BotComponent |
已淘汰.
取得 BotComponent 要橋接至舊版 ComponentRegistration 。 (繼承來源 ComponentRegistrationBridge<TComponent>) |
方法
GetConverters(ResourceExplorer, SourceContext) |
已淘汰.
傳回 JsonConverters 的列舉,以支援載入宣告式型別。 (繼承來源 DeclarativeComponentRegistrationBridge<TComponent>) |
GetDeclarativeTypes(ResourceExplorer) |
已淘汰.
傳回 KindRegistrations $kind = > Type 的列舉。 (繼承來源 DeclarativeComponentRegistrationBridge<TComponent>) |
GetFromComponent<TRegistration>(IServiceCollection) |
已淘汰.
呼叫 上的 BotComponent 啟動,以擷取 類型的 |
GetMemoryScopes() |
已淘汰.
取得記憶體範圍。 (繼承來源 ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
已淘汰.
傳回 pathresolvers 的列舉。 (繼承來源 ComponentRegistrationBridge<TComponent>) |