TwilioClientWrapperOptions Classe

Definizione

Attenzione

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.

Definisce le opzioni per un oggetto 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
Ereditarietà
TwilioClientWrapperOptions
Attributi

Costruttori

TwilioClientWrapperOptions(String, String, String, Uri)
Obsoleti.

Inizializza una nuova istanza della classe TwilioClientWrapperOptions.

Proprietà

TwilioAccountSid
Obsoleti.

Ottiene o imposta il SID dell'account dall'account Twilio.

TwilioAuthToken
Obsoleti.

Ottiene o imposta il token di autenticazione api associato all'account Twilio.

TwilioNumber
Obsoleti.

Ottiene o imposta il numero di telefono associato all'app Twilio.

TwilioValidationUrl
Obsoleti.

Ottiene o imposta un URL di convalida facoltativo.

ValidateIncomingRequests
Obsoleti.

Ottiene o imposta un valore che indica se le richieste in ingresso vengono convalidate come richieste originali da Twilio.

Si applica a