Partager via


WebexClientWrapperOptions(String, Uri, String, String) Constructeur

Définition

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.

S’applique à