Jaa


WebexClientWrapper(WebexClientWrapperOptions) Constructor

Definition

Initializes a new instance of the WebexClientWrapper class. Creates a Webex Client Wrapper. See WebexClientWrapperOptions for a full definition of the allowed parameters.

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)

Parameters

options
WebexClientWrapperOptions

An object containing API credentials, a webhook verification token and other options.

Applies to