Partager via


TwilioClientWrapperOptions Classe

Définition

Attention

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.

Définit les options d’un 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
Héritage
TwilioClientWrapperOptions
Attributs

Constructeurs

TwilioClientWrapperOptions(String, String, String, Uri)
Obsolète.

Initialise une nouvelle instance de la classe TwilioClientWrapperOptions.

Propriétés

TwilioAccountSid
Obsolète.

Obtient ou définit le SID de compte à partir du compte Twilio.

TwilioAuthToken
Obsolète.

Obtient ou définit le jeton d’authentification de l’API associé au compte Twilio.

TwilioNumber
Obsolète.

Obtient ou définit le numéro de téléphone associé à cette application Twilio.

TwilioValidationUrl
Obsolète.

Obtient ou définit une URL de validation facultative.

ValidateIncomingRequests
Obsolète.

Obtient ou définit une valeur indiquant si les requêtes entrantes sont validées comme étant des requêtes authentiques de Twilio.

S’applique à