WebexClientWrapperOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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。 |