OrchestratorComponentRegistration Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
Use OrchestratorBotComponent
.
Определите ресурсы компонентов для Orchestrator.
[System.Obsolete("Use `OrchestratorBotComponent`.")]
public class OrchestratorComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.AI.Orchestrator.OrchestratorBotComponent>
[<System.Obsolete("Use `OrchestratorBotComponent`.")>]
type OrchestratorComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<OrchestratorBotComponent>
Public Class OrchestratorComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of OrchestratorBotComponent)
- Наследование
-
OrchestratorComponentRegistration
- Атрибуты
Конструкторы
OrchestratorComponentRegistration() |
Устаревшие..
Определите ресурсы компонентов для Orchestrator. |
Свойства
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>) |