TwilioClientWrapper Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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.
Classe wrapper per l'API Twilio.
[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
- Ereditarietà
-
TwilioClientWrapper
- Attributi
Costruttori
TwilioClientWrapper(TwilioClientWrapperOptions) |
Obsoleti.
Inizializza una nuova istanza della classe TwilioClientWrapper. |
Proprietà
Options |
Obsoleti.
Ottiene l'oggetto TwilioClientWrapperOptions per il wrapper. |
Metodi
SendMessageAsync(TwilioMessageOptions, CancellationToken) |
Obsoleti.
Invia un messaggio SMS twilio. |
ValidateSignature(HttpRequest, Dictionary<String,String>) |
Obsoleti.
Convalida una richiesta HTTP come proveniente da Twilio. |