TwilioClientWrapper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
Twilio 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 TwilioClientWrapper
[<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 TwilioClientWrapper = class
Public Class TwilioClientWrapper
- 継承
-
TwilioClientWrapper
- 属性
コンストラクター
TwilioClientWrapper(TwilioClientWrapperOptions) |
古い.
TwilioClientWrapper クラスの新しいインスタンスを初期化します。 |
プロパティ
Options |
古い.
ラッパーの を TwilioClientWrapperOptions 取得します。 |
メソッド
SendMessageAsync(TwilioMessageOptions, CancellationToken) |
古い.
Twilio SMS メッセージを送信します。 |
ValidateSignature(HttpRequest, Dictionary<String,String>) |
古い.
Twilio からの HTTP 要求を検証します。 |