TwilioClientWrapperOptions(String, String, String, Uri) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.