Partilhar via


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

Define opções para um 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
Herança
TwilioClientWrapperOptions
Atributos

Construtores

TwilioClientWrapperOptions(String, String, String, Uri)
Obsoleto.

Inicializa uma nova instância da TwilioClientWrapperOptions classe .

Propriedades

TwilioAccountSid
Obsoleto.

Obtém ou define o SID da conta a partir da conta do Twilio.

TwilioAuthToken
Obsoleto.

Obtém ou define o token de autenticação da API associado à conta do Twilio.

TwilioNumber
Obsoleto.

Obtém ou define o número de telefone associado a esta aplicação do Twilio.

TwilioValidationUrl
Obsoleto.

Obtém ou define um URL de validação opcional.

ValidateIncomingRequests
Obsoleto.

Obtém ou define um valor que indica se os pedidos recebidos são validados como sendo pedidos genuínos do Twilio.

Aplica-se a