WebexClientWrapper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 と対話するためのクライアント。
[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 WebexClientWrapper
[<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 WebexClientWrapper = class
Public Class WebexClientWrapper
- 継承
-
WebexClientWrapper
- 属性
コンストラクター
| WebexClientWrapper(WebexClientWrapperOptions) |
古い.
WebexClientWrapper クラスの新しいインスタンスを初期化します。 Webex クライアント ラッパーを作成します。 許可されるパラメーターの完全な定義については、「」を参照してください WebexClientWrapperOptions 。 |
プロパティ
| Options |
古い.
アダプターの options コレクションを取得します。 |
メソッド
| CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken) |
古い.
Webex API の CreateMessageAsync メソッドをラップします。 |
| CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken) |
古い.
添付ファイルを含むメッセージを作成します。 |
| DeleteMessageAsync(String, CancellationToken) |
古い.
Webex API の DeleteMessageAsync メソッドをラップします。 |
| GetAttachmentActionAsync(String, CancellationToken) |
古い.
添付ファイル アクションの詳細を ID 別に表示します。 |
| GetMeAsync(CancellationToken) |
古い.
Webex API の GetMeAsync メソッドをラップします。 |
| GetMessageAsync(String, CancellationToken) |
古い.
Webex API の GetMessageAsync メソッドをラップします。 |
| ValidateSignature(HttpRequest, String) |
古い.
要求ヘッダーから取得したシークレットに対してローカル シークレットを検証します。 |