WebexClientWrapperOptions Class

Definition

Caution

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Defines implementation of the WebexAdapter Options.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class WebexClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type WebexClientWrapperOptions = class
Public Class WebexClientWrapperOptions
Inheritance
WebexClientWrapperOptions
Attributes

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