Share via


TwilioClientWrapperOptions(String, String, String, Uri) Constructor

Definition

Initializes a new instance of the TwilioClientWrapperOptions class.

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)

Parameters

twilioNumber
String

The twilio phone number.

twilioAccountSid
String

The account id.

twilioAuthToken
String

The authentication token.

twilioValidationUrl
Uri

The validation URL for incoming requests.

Applies to