Compartilhar via


TwilioClientWrapperOptions Classe

Definição

Cuidado

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

Propriedades

TwilioAccountSid
Obsoleto.

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

TwilioAuthToken
Obsoleto.

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

TwilioNumber
Obsoleto.

Obtém ou define o número de telefone associado a este aplicativo Twilio.

TwilioValidationUrl
Obsoleto.

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

ValidateIncomingRequests
Obsoleto.

Obtém ou define um valor que indica se as solicitações de entrada são validadas como solicitações genuínas do Twilio.

Aplica-se a