Share via


TwilioClientWrapperOptions Class

Definition

Caution

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Defines options for a TwilioClientWrapper.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class TwilioClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type TwilioClientWrapperOptions = class
Public Class TwilioClientWrapperOptions
Inheritance
TwilioClientWrapperOptions
Attributes

Constructors

TwilioClientWrapperOptions(String, String, String, Uri)

Initializes a new instance of the TwilioClientWrapperOptions class.

Properties

TwilioAccountSid

Gets or sets the account SID from the Twilio account.

TwilioAuthToken

Gets or sets the API auth token associated with the Twilio account.

TwilioNumber

Gets or sets the phone number associated with this Twilio app.

TwilioValidationUrl

Gets or sets an optional validation URL.

ValidateIncomingRequests

Gets or sets a value indicating whether incoming requests are validated as being genuine requests from Twilio.

Applies to