TwilioClientWrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |