WebexClientWrapperOptions(String, Uri, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe WebexClientWrapperOptions.
public WebexClientWrapperOptions(string webexAccessToken, Uri webexPublicAddress, string webexSecret, string webexWebhookName = default);
new Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions : string * Uri * string * string -> Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions
Public Sub New (webexAccessToken As String, webexPublicAddress As Uri, webexSecret As String, Optional webexWebhookName As String = Nothing)
Paramètres
- webexAccessToken
- String
Jeton d’accès pour le bot.
- webexPublicAddress
- Uri
URL racine de l’application bot.
- webexSecret
- String
Secret utilisé pour valider les webhooks entrants.
- webexWebhookName
- String
Nom de l’abonnement webhook.