Partager via


WebexClientWrapper(WebexClientWrapperOptions) Constructeur

Définition

Initialise une nouvelle instance de la classe WebexClientWrapper. Crée un wrapper client Webex. Consultez WebexClientWrapperOptions pour obtenir une définition complète des paramètres autorisés.

public WebexClientWrapper(Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions options);
new Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapper : Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions -> Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapper
Public Sub New (options As WebexClientWrapperOptions)

Paramètres

options
WebexClientWrapperOptions

Objet contenant des informations d’identification d’API, un jeton de vérification de webhook et d’autres options.

S’applique à