BotComponent class
允許註冊服務、自定義動作、記憶體範圍和配接器之 BotComponent 的定義。 若要讓您的元件可供系統使用,請衍生自 BotComponent 並註冊服務以新增功能。 這些元件接著會由需要這些元件的系統在適當的位置取用。 使用 Composer 時,只要元件已在元件中註冊,Bot 運行時間就會在元件上自動呼叫 configureServices。
屬性
z |
方法
configure |
屬性詳細資料
z
方法詳細資料
configureServices(ServiceCollection, Configuration)
function configureServices(services: ServiceCollection, configuration: Configuration)
參數
- services
-
ServiceCollection
- configuration
-
Configuration