Compartir a través de


TwilioClientWrapperOptions Clase

Definición

Precaución

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 las opciones de un objeto 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
Herencia
TwilioClientWrapperOptions
Atributos

Constructores

TwilioClientWrapperOptions(String, String, String, Uri)
Obsoletos.

Inicializa una nueva instancia de la clase TwilioClientWrapperOptions.

Propiedades

TwilioAccountSid
Obsoletos.

Obtiene o establece el SID de cuenta de la cuenta de Twilio.

TwilioAuthToken
Obsoletos.

Obtiene o establece el token de autenticación de API asociado a la cuenta de Twilio.

TwilioNumber
Obsoletos.

Obtiene o establece el número de teléfono asociado a esta aplicación de Twilio.

TwilioValidationUrl
Obsoletos.

Obtiene o establece una dirección URL de validación opcional.

ValidateIncomingRequests
Obsoletos.

Obtiene o establece un valor que indica si las solicitudes entrantes se validan como solicitudes originales de Twilio.

Se aplica a