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 |
古い.
ボット ID キーの文字列値。 (継承元 BotAdapter) |
InvokeResponseKey |
古い.
TurnState にある InvokeResponseActivity のキー値。 (継承元 BotAdapter) |
OAuthScopeKey |
古い.
OAuth スコープ キーの文字列値。 (継承元 BotAdapter) |
プロパティ
MiddlewareSet |
古い.
アダプターのパイプライン内のミドルウェアのコレクションを取得します。 (継承元 BotAdapter) |
OnTurnError |
古い.
ミドルウェアまたはアプリケーションで例外をキャッチできるエラー ハンドラーを取得または設定します。 (継承元 BotAdapter) |
メソッド
拡張メソッド
UseBotState(BotAdapter, BotState[]) |
古い.
アダプターにミドルウェアを追加して、ターン コンテキストに 1 つ以上 BotState のオブジェクトを登録します。 ミドルウェアは、ターンの開始時にターン コンテキストに状態オブジェクトを登録します。 |
UseState(BotAdapter, UserState, ConversationState, Boolean) |
古い.
ユーザーと会話の状態オブジェクトをアダプターに登録します。 これらのオブジェクトは、ターン コンテキスト TurnStateの .Get<T>() メソッドを使用して使用できます。 |
UseStorage(BotAdapter, IStorage) |
古い.
アダプターにミドルウェアを追加して、 IStorage ターン コンテキストにオブジェクトを登録します。 ミドルウェアは、ターンの開始時にターン コンテキストに状態オブジェクトを登録します。 |