次の方法で共有


SmsChannelProperties(String, String, Boolean) コンストラクター

定義

SmsChannelProperties の新しいインスタンスを初期化します。

public SmsChannelProperties (string phone, string accountSID, bool isEnabled);
new Azure.ResourceManager.BotService.Models.SmsChannelProperties : string * string * bool -> Azure.ResourceManager.BotService.Models.SmsChannelProperties
Public Sub New (phone As String, accountSID As String, isEnabled As Boolean)

パラメーター

phone
String

SMS 電話。

accountSID
String

Sms アカウント SID。 POST を介してアクション Channel List API に対してのみ返される値。それ以外の場合は空です。

isEnabled
Boolean

ボットに対してこのチャネルが有効になっているかどうか。

例外

phone または accountSID が null です。

適用対象