次の方法で共有


TwilioClientWrapperOptions クラス

定義

注意事項

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.

のオプションを 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.")]
public class TwilioClientWrapperOptions
[<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 TwilioClientWrapperOptions = class
Public Class TwilioClientWrapperOptions
継承
TwilioClientWrapperOptions
属性

コンストラクター

TwilioClientWrapperOptions(String, String, String, Uri)
古い.

TwilioClientWrapperOptions クラスの新しいインスタンスを初期化します。

プロパティ

TwilioAccountSid
古い.

Twilio アカウントからアカウント SID を取得または設定します。

TwilioAuthToken
古い.

Twilio アカウントに関連付けられている API 認証トークンを取得または設定します。

TwilioNumber
古い.

この Twilio アプリに関連付けられている電話番号を取得または設定します。

TwilioValidationUrl
古い.

省略可能な検証 URL を取得または設定します。

ValidateIncomingRequests
古い.

受信要求が Twilio からの本物の要求として検証されるかどうかを示す値を取得または設定します。

適用対象