次の方法で共有


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 サブスクリプションの名前を取得または設定します。

適用対象