TwilioClientWrapperOptions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |