共用方式為


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
已淘汰.

取得或設定 Bot 的存取權杖。

WebexPublicAddress
已淘汰.

取得或設定 Bot 應用程式的根 URI。 類似 ' https://mybot.com/ ' 的內容。

WebexSecret
已淘汰.

取得或設定用來驗證傳入 Webhook 的秘密。

WebexWebhookName
已淘汰.

取得或設定將建立的 Webhook 訂用帳戶名稱,以告知 Webex 傳送 Bot Webhook。

適用於