WebexClientWrapperOptions Class
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.
Defines implementation of the WebexAdapter Options.
public class WebexClientWrapperOptions
type WebexClientWrapperOptions = class
Public Class WebexClientWrapperOptions
- Inheritance
-
WebexClientWrapperOptions
Constructors
| WebexClientWrapperOptions(String, Uri, String, String) |
Initializes a new instance of the WebexClientWrapperOptions class. |
Properties
| WebexAccessToken |
Gets or sets an access token for the bot. |
| WebexPublicAddress |
Gets or sets the root URI of your bot application. Something like 'https://mybot.com/'. |
| WebexSecret |
Gets or sets the secret used to validate incoming webhooks. |
| WebexWebhookName |
Gets or sets a name for the webhook subscription that will be created to tell Webex to send your bot webhooks. |