TwilioClientWrapperOptions Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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. |