TwilioAdapter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
, BotAdapter 可連線到 Twilio 的 SMS 服務。
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class TwilioAdapter : Microsoft.Bot.Builder.BotAdapter, Microsoft.Bot.Builder.Integration.AspNet.Core.IBotFrameworkHttpAdapter
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type TwilioAdapter = class
inherit BotAdapter
interface IBotFrameworkHttpAdapter
Public Class TwilioAdapter
Inherits BotAdapter
Implements IBotFrameworkHttpAdapter
- 繼承
- 屬性
- 實作
建構函式
TwilioAdapter(IConfiguration, TwilioAdapterOptions, ILogger) |
已淘汰.
使用組態設定, TwilioAdapter 初始化 類別的新實例。 |
TwilioAdapter(TwilioClientWrapper, TwilioAdapterOptions, ILogger) |
已淘汰.
初始化 TwilioAdapter 類別的新執行個體。 |
欄位
BotIdentityKey |
已淘汰.
Bot 識別金鑰的字串值。 (繼承來源 BotAdapter) |
InvokeResponseKey |
已淘汰.
任何位於 TurnState 上的 InvokeResponseActivity 索引鍵值。 (繼承來源 BotAdapter) |
OAuthScopeKey |
已淘汰.
OAuth 範圍金鑰的字串值。 (繼承來源 BotAdapter) |
屬性
MiddlewareSet |
已淘汰.
取得配接器管線中的中介軟體集合。 (繼承來源 BotAdapter) |
OnTurnError |
已淘汰.
取得或設定錯誤處理常式,這個處理常式可以攔截中介軟體或應用程式中的例外狀況。 (繼承來源 BotAdapter) |
方法
擴充方法
UseBotState(BotAdapter, BotState[]) |
已淘汰.
將中介軟體新增至配接器,以在回合內容上註冊一或多個 BotState 物件。 中介軟體會在每次回合開始時,于回合內容上註冊狀態物件。 |
UseState(BotAdapter, UserState, ConversationState, Boolean) |
已淘汰.
|
UseStorage(BotAdapter, IStorage) |
已淘汰.
將中介軟體新增至配接器,以在回合內容上註冊 IStorage 物件。 中介軟體會在每次回合開始時,于回合內容上註冊狀態物件。 |