Partager via


TwilioClientWrapperOptions(String, String, String, Uri) Constructeur

Définition

Initialise une nouvelle instance de la classe TwilioClientWrapperOptions.

public TwilioClientWrapperOptions (string twilioNumber, string twilioAccountSid, string twilioAuthToken, Uri twilioValidationUrl = default);
new Microsoft.Bot.Builder.Adapters.Twilio.TwilioClientWrapperOptions : string * string * string * Uri -> Microsoft.Bot.Builder.Adapters.Twilio.TwilioClientWrapperOptions
Public Sub New (twilioNumber As String, twilioAccountSid As String, twilioAuthToken As String, Optional twilioValidationUrl As Uri = Nothing)

Paramètres

twilioNumber
String

Numéro de téléphone twilio.

twilioAccountSid
String

ID de compte.

twilioAuthToken
String

Jeton d’authentification.

twilioValidationUrl
Uri

URL de validation pour les requêtes entrantes.

S’applique à