WebexClientWrapper(WebexClientWrapperOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.