WebexAdapter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
Webex Teams APIを通じてWebex Teamsアプリのペイロードや応答を処理できるようにするBotAdapter。
[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 WebexAdapter : 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 WebexAdapter = class
inherit BotAdapter
interface IBotFrameworkHttpAdapter
Public Class WebexAdapter
Inherits BotAdapter
Implements IBotFrameworkHttpAdapter
- 継承
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| WebexAdapter(IConfiguration, WebexAdapterOptions, ILogger) |
古い.
設定設定を使って WebexAdapter クラスの新しいインスタンスを初期化します。 |
| WebexAdapter(WebexClientWrapper, WebexAdapterOptions, ILogger) |
古い.
WebexAdapter クラスの新しいインスタンスを初期化します。 Webexアダプターを作成します。 |
フィールド
| 名前 | 説明 |
|---|---|
| BotIdentityKey |
古い.
ボット識別キーの文字列値。 (継承元 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 オブジェクトを登録するためのミドルウェアをアダプターに追加します。 ミドルウェアは各ターン開始時にターンコンテキスト上の状態オブジェクトを登録します。 |