次の方法で共有


WebexClientWrapperOptions(String, Uri, String, String) コンストラクター

定義

WebexClientWrapperOptions クラスの新しいインスタンスを初期化します。

public WebexClientWrapperOptions(string webexAccessToken, Uri webexPublicAddress, string webexSecret, string webexWebhookName = default);
new Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions : string * Uri * string * string -> Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions
Public Sub New (webexAccessToken As String, webexPublicAddress As Uri, webexSecret As String, Optional webexWebhookName As String = Nothing)

パラメーター

webexAccessToken
String

ボットのアクセス トークン。

webexPublicAddress
Uri

ボット アプリケーションのルート URL。

webexSecret
String

受信 Webhook の検証に使用されるシークレット。

webexWebhookName
String

Webhook サブスクリプションの名前。

適用対象