Share via


TwilioClientWrapper 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.

Wrapper class for the Twilio API.

[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 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.")>]
type TwilioClientWrapper = class
Public Class TwilioClientWrapper
Inheritance
TwilioClientWrapper
Attributes

Constructors

TwilioClientWrapper(TwilioClientWrapperOptions)

Initializes a new instance of the TwilioClientWrapper class.

Properties

Options

Gets the TwilioClientWrapperOptions for the wrapper.

Methods

SendMessageAsync(TwilioMessageOptions, CancellationToken)

Sends a Twilio SMS message.

ValidateSignature(HttpRequest, Dictionary<String,String>)

Validates an HTTP request as coming from Twilio.

Applies to