Partager via


SmsChannelProperties(String, String, Boolean) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

phone
String

Téléphone Sms.

accountSID
String

SID du compte Sms. Valeur retournée uniquement via POST à l’API liste de canaux de l’action, sinon vide.

isEnabled
Boolean

Indique si ce canal est activé pour le bot.

Exceptions

phone ou accountSID est null.

S’applique à