WebexClientWrapperOptions Class

Definition

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.

Applies to