DialogManagerAdapter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This class is not used anymore
表示對話方塊管理員配接器,可將對話管理員連線至服務端點。
[System.Obsolete("This class is not used anymore", true)]
public class DialogManagerAdapter : Microsoft.Bot.Builder.BotAdapter
[<System.Obsolete("This class is not used anymore", true)>]
type DialogManagerAdapter = class
inherit BotAdapter
Public Class DialogManagerAdapter
Inherits BotAdapter
- 繼承
- 屬性
建構函式
DialogManagerAdapter() |
已淘汰.
初始化 DialogManagerAdapter 類別的新執行個體。 |
欄位
BotIdentityKey |
已淘汰.
Bot 識別金鑰的字串值。 (繼承來源 BotAdapter) |
InvokeResponseKey |
已淘汰.
任何位於 TurnState 上的 InvokeResponseActivity 索引鍵值。 (繼承來源 BotAdapter) |
OAuthScopeKey |
已淘汰.
OAuth 範圍金鑰的字串值。 (繼承來源 BotAdapter) |
屬性
Activities |
已淘汰.
取得活動清單。 |
MiddlewareSet |
已淘汰.
取得配接器管線中的中介軟體集合。 (繼承來源 BotAdapter) |
OnTurnError |
已淘汰.
取得或設定錯誤處理常式,這個處理常式可以攔截中介軟體或應用程式中的例外狀況。 (繼承來源 BotAdapter) |
方法
擴充方法
UseBotState(BotAdapter, BotState[]) |
已淘汰.
將中介軟體新增至配接器,以在回合內容上註冊一或多個 BotState 物件。 中介軟體會在每次回合開始時,于回合內容上註冊狀態物件。 |
UseState(BotAdapter, UserState, ConversationState, Boolean) |
已淘汰.
|
UseStorage(BotAdapter, IStorage) |
已淘汰.
將中介軟體新增至配接器,以在回合內容上註冊 IStorage 物件。 中介軟體會在每次回合開始時,于回合內容上註冊狀態物件。 |