WebexClientWrapperOptions 类

定义

注意

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.

定义 WebexAdapter 选项的实现。

[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
继承
WebexClientWrapperOptions
属性

构造函数

WebexClientWrapperOptions(String, Uri, String, String)
已过时.

初始化 WebexClientWrapperOptions 类的新实例。

属性

WebexAccessToken
已过时.

获取或设置机器人的访问令牌。

WebexPublicAddress
已过时.

获取或设置机器人应用程序的根 URI。 类似于“”https://mybot.com/的内容。

WebexSecret
已过时.

获取或设置用于验证传入 Webhook 的机密。

WebexWebhookName
已过时.

获取或设置将创建的 Webhook 订阅的名称,告知 Webex 发送机器人 Webhook。

适用于