Partilhar via


TwilioClientWrapper Classe

Definição

Atenção

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 para a API do 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
Herança
TwilioClientWrapper
Atributos

Construtores

TwilioClientWrapper(TwilioClientWrapperOptions)
Obsoleto.

Inicializa uma nova instância da TwilioClientWrapper classe.

Propriedades

Options
Obsoleto.

Obtém o TwilioClientWrapperOptions para o wrapper.

Métodos

SendMessageAsync(TwilioMessageOptions, CancellationToken)
Obsoleto.

Envia uma mensagem SMS do Twilio.

ValidateSignature(HttpRequest, Dictionary<String,String>)
Obsoleto.

Valida um pedido HTTP como proveniente do Twilio.

Aplica-se a